I have a
struts action that defines a forward action such as the follow:
My action code forwards to "yay" based on some control logic such as:
Question is this: Can I pass a url/form parameter to "/happyWidget.do" on the redirect? If so, how? It seems to lose any information I set in the form if redirect is set.
[ May 29, 2008: Message edited by: Scott Selikoff ]