It's actually a combination of the module name and the form name. Now that we have modules, a strategy has to be used which allows each module to have forms of the same name. The source code would definitely be the place to see exactly how the name is arrived at - I'd tell you, but I haven't looked at it since it was updated.

Taylor Cowan wrote:

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

--
Eddie Bush





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

Reply via email to