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 |
Explain value expression and method expressions in jsf?
What are the benefits of using JSF Framework?
Explain the purpose of the <h: form> tag.
Mention some of the functions that the backing bean method performs?
What is jsf framework?
What is a render kit?
Can the JSF support multiple faces configuration files?
What is jsf life cycle and its phases?
How does execution phase work in jsf (javaserver faces) lifecyle?
What is cdi application?
What is jsf (javaserver faces)?
How to declare the message beans in the faces –config.xml file?