InterviewSolution
Saved Bookmarks
| 1. |
How to declare the message beans in the faces –config.xml file? |
|
Answer» The programmer should create a new XML file and PUT the managed beans detail INSIDE and declare the XML file in the javas.faces.CONFIG_FILES. This is DONE to initialize the PARAMETERS which are there inside the WEBINF/web.xml. file. |
|