On 4/20/06, Rick Reumann <[EMAIL PROTECTED]> wrote: > So again, really think about whether you need to go from one action to > another. > Lastly, if you do need to it (which from the above I doubt you need > to), I wouldn't do it in the Action class but simply still return as > usual but have your action-mapping forward to the new action.
Won't work if you (1) want to redirect, (2) want to pass parameter along, (3) do not want to use session. On topic, no idea why session is invalidated. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]