Hi, 

I've been using seam for two months and I've just added ICEFaces support to my 
project ... but now, resources files don't work anymore.
Before ICEFaces integration, I had two languages files (english and french), 
but now there is just the default one working.

I'm using #{messages.viewPersonTitle} to access my ressources

and 
<h:form id="changeLang">
   <h:selectOneMenu value="#{localeSelector.language}">
        <f:selectItem itemLabel="English" itemValue="en"/>
        <f:selectItem itemLabel="Francais" itemValue="fr"/>
   </h:selectOneMenu>
   <h:commandButton action="#{localeSelector.select}" 
value="#{messages['ChangeLanguage']}"/>
</h:form> 

to select the language ....

Now 
messages.myMessage doesn't work
localeSelector.language works fine 

Thank you for your help
Vincent

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993173#3993173

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993173
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to