If the forms are exactly in the same JSP and i mean you don't have one form
in a iframe and other form in another iframe, as far as i am concern is not
possible.

But, if you use ajax, then you can send the values of any amount of forms to
the server.

On Thu, Mar 6, 2008 at 2:53 PM, mojoRising <[EMAIL PROTECTED]> wrote:

>
> No specific issue at hand, I was just concerned that if:
> Form 1 (action class A) had 20 parameters, and form 2(action class B) had
> 4,
> then after submitting form B the page would reload with 16 null parameters
> right? When form A referenced those parameters using OGNL they would not
> be
> on the value stack right?
>
>
> --
> View this message in context:
> http://www.nabble.com/STRUTS-2%3A-Possible-to-have-two-actions-called-from-one-JSP--tp15883235p15883752.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to