RE: Pass/Preserve request parameters after actionForward

2003-10-07 Thread Lee, Yau-Pang
Thks Tamer, that's what I thoughtno shortcut...oh well. Simon -Original Message- From: Tamer Salama [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 6:14 PM To: 'Struts Users Mailing List' Subject: RE: Pass/Preserve request parameters after actionForw

RE: Pass/Preserve request parameters after actionForward

2003-10-07 Thread Tamer Salama
; To: 'Struts Users Mailing List' > Subject: Pass/Preserve request parameters after actionForward > > > This might be a dumb question, but I couldn't find any > documentation on this. > > I have a page that submit a form to my action servlet and > depending o

Pass/Preserve request parameters after actionForward

2003-10-07 Thread Lee, Yau-Pang
This might be a dumb question, but I couldn't find any documentation on this. I have a page that submit a form to my action servlet and depending on what they submitted, I redirect them differently via ActionForward,( E.g. return pMapping.findForward("success"); ) at the end of the execute() funct