RE: Struts tutorial on forwarding to action needing different request parameters

2004-06-01 Thread Frank Zammetti
None none, it's funny seeing that there :) Guess I should change my profile to have my real name. There we go (I think). From: Irfandhy Franciscus <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Struts tutorial on forwarding to action needing differ

Struts tutorial on forwarding to action needing different request parameters

2004-06-01 Thread Irfandhy Franciscus
Hi, After following this discussion on how to forward to action with different parameters : http://article.gmane.org/gmane.comp.jakarta.struts.user/83362/match=forwarding+action+needing+different+request+parameters I decided to summarize the discussion in : http://wiki.apache.org/struts/Forward

RE: forwarding to action needing different request parameters

2004-05-12 Thread None None
o: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: forwarding to action needing different request parameters Date: Wed, 12 May 2004 15:18:06 -0500 I really don't want to modify the secon

RE: forwarding to action needing different request parameters

2004-05-12 Thread Nimmons, Buster
ction -Original Message- From: None None [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 3:10 PM To: [EMAIL PROTECTED] Subject: RE: forwarding to action needing different request parameters I see what you mean... But, and again, I am new to Struts, I think the ActionForm is al

RE: forwarding to action needing different request parameters

2004-05-12 Thread None None
t;Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: forwarding to action needing different request parameters Date: Wed, 12 May 2004 14:49:54 -0500 I see what you are saying about using the ActionForm.

RE: forwarding to action needing different request parameters

2004-05-12 Thread Nimmons, Buster
est object -Original Message- From: None None [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 2:44 PM To: [EMAIL PROTECTED] Subject: RE: forwarding to action needing different request parameters I'm pretty new to Struts, and it's entirely possible I'm not following what yo

RE: forwarding to action needing different request parameters

2004-05-12 Thread None None
at version even exists yet. From: "Nimmons, Buster" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts2 (E-mail)" <[EMAIL PROTECTED]> Subject: forwarding to action needing different request parameters Date: Wed, 12

RE: forwarding to action needing different request parameters

2004-05-12 Thread Nimmons, Buster
: RE: forwarding to action needing different request parameters I am pretty sure I got this to work. Here's how I remember it: Create a new Actionforward. Set it equal to the path (got from getPath). Then add the params you want and then use setPath. Is this what you did? > -Original

RE: forwarding to action needing different request parameters

2004-05-12 Thread Geeta Ramani
TED] > Sent: Wednesday, May 12, 2004 3:28 PM > To: 'Struts Users Mailing List' > Subject: RE: forwarding to action needing different request parameters > > > I tried this and got the following exception > > java.lang.IllegalState

RE: forwarding to action needing different request parameters

2004-05-12 Thread Robert Taylor
Wednesday, May 12, 2004 3:28 PM > To: 'Struts Users Mailing List' > Subject: RE: forwarding to action needing different request parameters > > > I tried this and got the following exception > > java.lang.IllegalStateException: Configuration is frozen > at org

RE: forwarding to action needing different request parameters

2004-05-12 Thread Nimmons, Buster
- From: Geeta Ramani [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 1:59 PM To: Struts Users Mailing List Subject: RE: forwarding to action needing different request parameters I think you can do this: get the ActionForward object as usual. Then use the ActionForward's getPath and se

RE: forwarding to action needing different request parameters

2004-05-12 Thread Arvind Rajpurohit
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 1:59 PM To: [EMAIL PROTECTED] Subject: RE: forwarding to action needing different request parameters I think you can do this: get the ActionForward object as usual. Then use the

RE: forwarding to action needing different request parameters

2004-05-12 Thread Geeta Ramani
e the RequestProcessor may have something to do this.. (I am not sure of this since I have not done it.) regards, Geeta > -Original Message- > From: Nimmons, Buster [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 12, 2004 2:56 PM > To: Struts2 (E-mail) > Subject: forwardi

forwarding to action needing different request parameters

2004-05-12 Thread Nimmons, Buster
I have an Action which is usualy accessed from an html form page... It requires 4 request parameters. I need to forward to this action from another action but the action I'm forwarding from does not have all 4 of the reuired request parameters. I know what the value of the parameters should be but