--- wild_oscar <[EMAIL PROTECTED]> wrote: >> Which tags are sent as parameters on a form?
All form tags, unless you have an interceptor configured to specifically exclude specific parameters. > Putting it in another way...how can I send a value > from the Action to the jsp and use that value in > another action in the next request? On the *next* request? If there's no page between requests you can chain your actions. If there is then you'd have to include the parameter on the second form using <s:hidden.../> or another mechanism. I'm still not sure I understand the issue, though. d. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]