Re: message-bundle: Do I need to define my .properties file in the faces-config.xml AND the jsp file both?

2006-05-10 Thread Bruno Aranda
You should only need the loadBundle component: And it would get the localized properties from /com/dtn/petro2/petro_admin/mymessages.properties in the classpath. Regards, Bruno On 5/10/06, Todd Patrick <[EMAIL PROTECTED]> wrote: Concerning a .properties file, do I need to define the .prope

message-bundle: Do I need to define my .properties file in the faces-config.xml AND the jsp file both?

2006-05-10 Thread Todd Patrick
Concerning a .properties file, do I need to define the .properties file in my faces-config.xml:           en_US        com.dtn.petro2.petro_admin.tbrowser     *AND* in the .jsp page:     I return the following error if I don't have the .properties file defined in my faces-config.xml an