If the key is not found in the resource bundle in jsf ?
822526Feb 23 2011 — edited Feb 23 2011Hello all,
I m new to JSF, i worked in struts. In struts when we declare resource bundle in struts config file like bellow
" <message-resources
key="LoginMsg"
null="false"
parameter="com.mycompany.struts.LoginMsgResources" />"
Here we have attribute "null" which is used when we try to get some key which is not available in property file so it return that key, in this case we are not getting any type of exception.
I want same thing in JSF, can anybody tell me how can i do this in JSF framework
Thanx in advace