RE: Struts2 localization

2009-04-24 Thread Martin Gainty
o: user@struts.apache.org > Subject: Re: Struts2 localization > > Martin Gainty wrote: > > the example uses configuration to preset the value of input element > > > > > value="%{configuration.getBoolean('use_access_co

Re: Struts2 localization

2009-04-24 Thread Dave Newton
Martin Gainty wrote: the example uses configuration to preset the value of input element could you provide what configuration is in this context? I'd bet it's a boolean signifying whether or not to use access control. Dave --

RE: Struts2 localization

2009-04-24 Thread Martin Gainty
nt donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Fri, 24 Apr 2009 09:49:25 -0400 > From: terry.gard...@sun.com > Subject: Re: Struts2 localization > To: user@struts.apa

Re: Struts2 localization

2009-04-24 Thread Terry Gardner
Here is an example from a JSP: <%-- use access control --%> name="access_control.access_control.use_access_control.label"/> name="access_control.access_control.use_access_control.description"/> label="% {getT

Re: Struts2 localization

2009-04-24 Thread Dave Newton
Johnson nickel wrote: I want to know about struts 2 localization. I have seen the struts 2 documentation i'm not getting clear idea. Can anybody > provide the basic steps for implementing this localization concept. Provide a package.properties file for package-level messages. Provide (actionN