Request parameters are accessible via getParameter as 
in<BR>request.getParameter(ParameterName);<BR>
the better alternative is to put them in application scope and setAttribute of 
the ServletContext<BR>
http://struts.apache.org/2.0.6/struts2-core/apidocs/com/opensymphony/xwork2/ActionContext.html
 
and then build parameterMap<BR>
and then setParameterMap(parameterMap)<BR>
 
HTH<BR>Martin Gainty<BR>______________________________________________ 
Disclaimer and confidentiality note Everything in this e-mail and any 
attachments relates to the official business of Sender. This transmission is of 
a confidential nature and Sender does not endorse distribution to any party 
other than intended recipient. Sender does not necessarily endorse content 
contained within this transmission. > Date: Sun, 28 Dec 2008 09:58:11 -0800> 
From: mars....@gmx.de> To: user@struts.apache.org> Subject: Re: Properties lost 
after input result (S2)> > > > > Felipe Fraga wrote:> > > > Use hidden fields 
to also store the properties, this way they are sent> > with the request and so 
repopulated onde the jsp returns from the> > validator.> > > > Yes, I know that 
way. But when I have a page with some lists above of a> form? As I know, those 
objects couldn't be passed as hidden fields from> request to request.> > Titus> 
> -- > View this message in context: 
http://www.nabble.com/Properties-lost-after-input-result-%28S2%29-tp21193838p21194568.html>
 Sent from the Struts - User mailing list archive at Nabble.com.> > > 
---------------------------------------------------------------------> To 
unsubscribe, e-mail: user-unsubscr...@struts.apache.org> For additional 
commands, e-mail: user-h...@struts.apache.org> 
_________________________________________________________________
Send e-mail anywhere. No map, no compass.
http://windowslive.com/oneline/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_anywhere_122008

Reply via email to