Re: pass parameter between actions

2006-09-22 Thread Chris Pratt
rn fwd; >> >> gf_action2 would be a global-forward to action2. >> >> -Original Message- >> From: Tony Smith [mailto:[EMAIL PROTECTED] >> Sent: Friday, September 22, 2006 10:46 AM >> To: Struts Users Mailing List >> Subject: pass parameter betwe

RE: pass parameter between actions

2006-09-22 Thread Frank W. Zammetti
t;?id=100"); >> return fwd; >> >> gf_action2 would be a global-forward to action2. >> >> -Original Message- >> From: Tony Smith [mailto:[EMAIL PROTECTED] >> Sent: Friday, September 22, 2006 10:46 AM >> To: Struts Users Mailing List

RE: pass parameter between actions

2006-09-22 Thread Tony Smith
fwd = mapping.findForward( "gf_action2" ); > fwd.setPath( fwd.getPath() + "?id=100"); > return fwd; > > gf_action2 would be a global-forward to action2. > > -Original Message- > From: Tony Smith [mailto:[EMAIL PROTECTED] > Sent: Friday, September 22, 200

RE: pass parameter between actions

2006-09-22 Thread Givler, Eric
September 22, 2006 10:46 AM To: Struts Users Mailing List Subject: pass parameter between actions Hi, I have to actions, action1 and action2, Inside action1, protected ActionForward execute( ActionMapping mapping,

Re: pass parameter between actions

2006-09-22 Thread Tony Smith
Hi, I have to actions, action1 and action2, Inside action1, protected ActionForward execute( ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse respose)

pass parameter between actions

2006-09-22 Thread Tony Smith
Hi, I have to actions, action1 and action2, Inside action1, protected ActionForward execute( ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse respose)