Is there anyway to add parameters to a "success" forward in a mapping?  I'm
using iPlanet, so I have to add "redirect=true" on my forwards in order for
them to work.  However, I want to retain some information that was set in my
"SaveAction" - so I'd like to pass it on via the request.

The options I see are:

1.  Adding multiple parameters to the forward URL - it's be great to do
individually, but I could also do it with a HashMap.

example:
mapping.findForward("success", "param1=val1", "param2=val2");
<forward name="success" path="/do/doSomething?action=Edit&{0}&{0}"
redirect="true" />

2.  Adding these parameters to the session and checking to see if they are
there when I hit doSomething?action=Edit.

Thanks,

Matt

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to