How to declare the message bundle in jsf?



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

Post New Answer

More Java Server Faces (JSF) Interview Questions

Explain value expression and method expressions in jsf?

1 Answers  


What are the benefits of using JSF Framework?

1 Answers  


Explain the purpose of the <h: form> tag.

1 Answers  


Mention some of the functions that the backing bean method performs?

1 Answers  


What is jsf framework?

1 Answers  


What is a render kit?

1 Answers  


Can the JSF support multiple faces configuration files?

1 Answers  


What is jsf life cycle and its phases?

1 Answers  


How does execution phase work in jsf (javaserver faces) lifecyle?

1 Answers  


What is cdi application?

1 Answers  


What is jsf (javaserver faces)?

1 Answers  


How to declare the message beans in the faces –config.xml file?

1 Answers  


Categories