[jboss-user] [JBoss Seam] - Re: Doco for locale cookie C13 Section 13.5

petemuir do-not-reply at jboss.com
Sat Apr 7 18:19:08 EDT 2007


Dude, RTFM!

In your facelet

anonymous wrote : <h:selectOneMenu value="#{localeSelector.localeString}">
  |   |     <f:selectItems value="#{localeSelector.supportedLocales}"/>
  |   | </h:selectOneMenu>
  |   | <h:commandButton action="#{localeSelector.select}" value="#{messages['ChangeLanguage']}"/>

and in components.xml

anonymous wrote : The locale selector, theme selector and timezone selector all support persistence of locale and theme preference to a cookie. Simply set the cookie-enabled configuration property:
  | 
  | ...
  | 
  | <core:locale-selector cookie-enabled="true"/>

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035556



More information about the jboss-user mailing list