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



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

Answer / Jitendra Rathore

Message beans are declared in the faces-config.xml file using the <message-bundle> tag, which specifies the message bundle class and the base name of the properties files that contain the localized messages.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Server Faces (JSF) Interview Questions

Explain some of the attributes of <h:form> tag?

1 Answers  


Tell us about the @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations.

1 Answers  


What is the life cycle of jsf (javaserver faces)?

1 Answers  


What are Data Bound table components ?

1 Answers  


What is jsf? Explain

1 Answers  


List the new features of jsf 2.0?

1 Answers  


Explain the jsf architecture.

1 Answers  


Explain the life cycle of JSF?

1 Answers  


What is f:convertnumber tag in jsf (javaserver faces)?

1 Answers  


What is the use of the view module?

1 Answers  


Give the system requirements for the jsf use.

1 Answers  


What is f:convertdatetime tag in jsf (javaserver faces)?

1 Answers  


Categories