Can you fix the examples in 
struts-2.1.6\src\apps\showcase\src\main\java\org\apache\struts2\showcase\integration
?
Martin 
______________________________________________ 
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: Sat, 14 Mar 2009 11:52:58 -0400
> From: newton.d...@yahoo.com
> To: user@struts.apache.org
> Subject: Re: tag set
> 
> Martin Gainty wrote:
> > its already in the request 
> > public class EditFuBarAction extends Action {
> >     public ActionForward execute(ActionMapping mapping, ActionForm form, 
> > HttpServletRequest request, HttpServletResponse response) throws Exception {
> >         String user=request.getParameter("user");
> >         return mapping.findForward("success");
> >     }
> > }
> > 
> > unless of course you want the parameters on the vs in which case you will 
> > have to implement
> > Petrellis ParametersInterceptor..
> > http://struts.apache.org/2.0.14/struts2-core/apidocs/com/opensymphony/xwork2/interceptor/ParametersInterceptor.html
> 
> You just mixed S1 and S2 in the same answer :/
> 
> Dave
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 

_________________________________________________________________
Windows Liveā„¢: Life without walls.
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_allup_1a_explore_032009

Reply via email to