>Hi, how to send actionForm from one action to another action.
If the form is specified as "session" scope in struts-config, it will always
be available to you from req.getSession().getAttribute(key).

I don't know exactly what key struts uses, but it could be found out by
reading the source code or inspecting all keys in your session scope.  My
guess is that it's the form's name, which should be unique.

Taylor cowan


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to