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 |
how you can call multiple listeners in JSF?
What are the benefits of using the jsf framework?
What are the facelets composite components?
What are the different types of JSF events?
What is the lifecycle of facelets application in jsf (javaserver faces)?
List the benefits of Expression Language?
What is h:form tag in jsf (javaserver faces)?
How to access js (javascript) file in jsf (javaserver faces) application?
How does the execution phase work in jsf (javaserver faces) life cycle?
What is f:convertnumber tag in jsf (javaserver faces)?
What are different types of expressions supported by JSF EL?
Why jsf is not so popular as mvc framework like spring mvc, even though its older?