Hi!

To help a module operation to know about the request locale I'd suggest to add the 
following to org.jboss.nukes.html.Page


  |    public Locale getLocale(){
  |       return fragment.getRequest().getLocale();
  |    }
  | 
  |    public Enumeration getLocales(){
  |       return fragment.getRequest().getLocales();
  |    }
  | 

or is there another recommended way to do i15d results in module operations?

Thanks, Mika

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

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


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to