RE: ActionForward with runtime parameter?

2004-07-08 Thread Robert Taylor
gt; Subject: RE: ActionForward with runtime parameter? > > > Hello, > > Thanks for the replies! Yes, the parameter should be passed as a real > parameter. I tryed the setattribute/getattribute method but that resulted > in strange side effects. To remove the side effects more code lines

RE: ActionForward with runtime parameter?

2004-07-08 Thread Twan Kogels
lto:[EMAIL PROTECTED] Sent: Thursday, 8 July 2004 20:21 To: Struts Users Mailing List Subject: RE: ActionForward with runtime parameter? Just a couple of small notes here though, (added for the Struts beginner): you will be setting and getting a "attribute" not a "parameter". Also

RE: ActionForward with runtime parameter?

2004-07-08 Thread Andrew Hill
2004 20:21 To: Struts Users Mailing List Subject: RE: ActionForward with runtime parameter? Just a couple of small notes here though, (added for the Struts beginner): you will be setting and getting a "attribute" not a "parameter". Also you will need to set/get it as a

RE: ActionForward with runtime parameter?

2004-07-08 Thread Geeta Ramani
o:[EMAIL PROTECTED] > Sent: Thursday, July 08, 2004 8:29 AM > To: 'Struts Users Mailing List' > Subject: RE: ActionForward with runtime parameter? > > > Hi, > > Set id and it's value in request object and just forward to > mapping.findForward("

RE: ActionForward with runtime parameter?

2004-07-08 Thread Kailash Vasani
[mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 5:50 PM To: [EMAIL PROTECTED] Subject: ActionForward with runtime parameter? Hello people, I've started my first project with struts. It's working fine, clean and quick. But i have a question regarding actionforwards and parameters to

RE: ActionForward with runtime parameter?

2004-07-08 Thread Andrew Hill
= mapping.findForward("success"); String path = fwd.getPath()+"?id="+glform.getGroep(); return new ActionForward(path, fwd.getRedirect()); -Original Message- From: Twan Kogels [mailto:[EMAIL PROTECTED] Sent: Thursday, 8 July 2004 20:20 To: [EMAIL PROTECTED] Subject: ActionForward wi

ActionForward with runtime parameter?

2004-07-08 Thread Twan Kogels
Hello people, I've started my first project with struts. It's working fine, clean and quick. But i have a question regarding actionforwards and parameters to the path. I have a form; when the user submits the form i forward the user to another page. This page requires one parameter (?id=x) to f