Hi,
This part of our app is a bit strange: one action takes in some input, and for
certain events it has to jump over to another action bean to finish the job.
I've been doing new RedirectResolution(Step2.class).addParameter("stuff",
stuff); and that works fine, but it puts them as GET params and our urls are
totally clean everywhere except for that.
Since step1 doesn't actually write anything, there's no problem with doing a
forward instead of a redirect. But ForwardResolution.addParameter("stuff",
stuff) leaves stuff as null in step2. Is this expected behavior? If so
should forward really derive from onward resolution? Anyone know what is going
on here or how I can forward things over to another bean without messing up the
URL or using the session?
TIA!
------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users