How to declare the message bundle in jsf?
Answer / Avinash Singh Rawat
The message bundle can be declared by setting the resourceBundle property in faces-config.xml and using #{bundle} syntax to access messages in your XHTML pages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Compare the jsf and spring framework.
How does render phase work in jsf (javaserver faces) life cycle?
what is JSF or Java Server Faces?
How different components are rendered in JSF page?
What are the three types of text fields tags provided by jsf?
What is the JSP tag?
What different jsf tags are used for conversion?
Explain the difference between value expression and method expression.
What is the purpose of the facelets tag?
What is binding (JavaServer Faces technology)?
Explain the difference between the attributes immediate and rendered?
Mention some of the functions that the backing bean method performs?