RE: Action not forwarding to another Action

2004-03-03 Thread Hubert Rabago
2004 11:01 PM > To: Struts Users Mailing List > Subject: RE: Action not forwarding to another Action > > > It is my opinion. Please correct me if I am wrong. > > The JSP "DeleteOrder.jsp" submits to > "/app/DeleteOrder.exe", > Therefore the paramete

RE: Action not forwarding to another Action

2004-03-03 Thread Au-Yeung, Stella H
Thanks Vincent and Hubert, I will try both your suggestions -Original Message- From: Vincent Lin [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 11:01 PM To: Struts Users Mailing List Subject: RE: Action not forwarding to another Action It is my opinion. Please correct me

RE: Action not forwarding to another Action

2004-03-03 Thread Vincent Lin
It is my opinion. Please correct me if I am wrong. The JSP "DeleteOrder.jsp" submits to "/app/DeleteOrder.exe", Therefore the parameter "orderNumber" can be seen in "/app/DeleteOrder.exe". After the part is deleted the action "/app/DeleteOrder.exe" forwards the page to "/app/ListOfOrder.exe". It

RE: Action not forwarding to another Action

2004-03-03 Thread Hubert Rabago
May I humbly suggest doing a redirect after you do your delete? inside OrderMaintainAction, after the deletion: // get the path we specified for "Content" in struts-config.xml String path = mapping.findForward("Content").getPath(); // create the redirecting ActionForward we'll return ActionForwa

RE: Action not forwarding to another Action

2004-03-03 Thread Au-Yeung, Stella H
e for me. -jayash -Original Message- From: Au-Yeung, Stella H [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 8:21 PM To: 'Struts Users Mailing List' Subject: RE: Action not forwarding to another Action Nop. I removed 'redirect="true"&#x

RE: Action not forwarding to another Action

2004-03-03 Thread Ramadoss Chinnakuzhandai
t;), replace by so by you are not submitting the form. htp. -Ramadoss -Original Message- From: Au-Yeung, Stella H [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 11:14 PM To: 'Struts Users Mailing List' Subject: RE: Action not forwarding to another Action Thanks Ramado

RE: Action not forwarding to another Action

2004-03-02 Thread Shyam A
ring id = Request.getParameter("id"); " to > retrieve the id? I tried it > and I can't find "id" from the Request object. > > > -Original Message----- > From: Ramadoss Chinnakuzhandai > [mailto:[EMAIL PROTECTED] > Sent: Monday, March 01,

RE: Action not forwarding to another Action

2004-03-02 Thread Gopalakrishnan, Jayesh
uts Users Mailing List' Subject: RE: Action not forwarding to another Action Nop. I removed 'redirect="true"' as followed and still can't retrieve the parameter in OrderSearchAction. I even tried to specifically do request.setParamter(

RE: Action not forwarding to another Action

2004-03-01 Thread Au-Yeung, Stella H
Original Message- From: Gopalakrishnan, Jayesh [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 6:45 PM To: Struts Users Mailing List Subject: RE: Action not forwarding to another Action I think when you say 'redirect="true"', then you lose your request object. Th

RE: Action not forwarding to another Action

2004-03-01 Thread Au-Yeung, Stella H
quot;id"); " to retrieve the id? I tried it and I can't find "id" from the Request object. -Original Message- From: Ramadoss Chinnakuzhandai [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 6:24 PM To: Struts Users Mailing List Subject: RE: Action not forwarding

RE: Action not forwarding to another Action

2004-03-01 Thread Ramadoss Chinnakuzhandai
tnx a lot for your help. -Ramadoss -Original Message- From: Gopalakrishnan, Jayesh [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 6:45 PM To: Struts Users Mailing List Subject: RE: Action not forwarding to another Action I think when you say 'redirect="true"&

RE: Action not forwarding to another Action

2004-03-01 Thread Gopalakrishnan, Jayesh
nday, March 01, 2004 3:24 PM To: Struts Users Mailing List Subject: RE: Action not forwarding to another Action if ".exe" is what you hv configured in web.xml then I see there is no reason why it is not picking up possible reason could be... make sure that you are forwarding to &quo

RE: Action not forwarding to another Action

2004-03-01 Thread Ramadoss Chinnakuzhandai
if ".exe" is what you hv configured in web.xml then I see there is no reason why it is not picking up possible reason could be... make sure that you are forwarding to "Content" which is mapped to "/app/ListOfOrder.exe" in your OrderMaintainAction >>1) Can someone also tell me if I have a "Req

[OT] extension [WAS] RE: Action not forwarding to another Action

2004-03-01 Thread Mainguy, Mike
Wow, that's almost like me setting the mapping extension to .asp and confusing the heck out of the people I was talking too. Has that issue come up? <> -Original Message- From: Au-Yeung, Stella H [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 5:51 PM To: '[EMAIL PROTECTED]' Subj