You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Daniel Czaban <da...@czaban.com.br> on 2004/03/02 23:31:17 UTC

Multiple Forms

I am working on a web project in which there is a need to submit two
forms from a same html file. 

Does anybody have such experience as submitting two forms separately?

Thanks!


Re: Multiple Forms

Posted by Richard Yee <ry...@yahoo.com>.
Daniel,
You will only be able to submit one form at a time. If
you are using form validation, you might have to use
the logic tags to select/hide the errors/message tag
for the forms. If you are going to pre-fill the form
data, you might have to also do some extra work or
consider using session scoped forms.

Regards,

Richard

--- Daniel Czaban <da...@czaban.com.br> wrote:
> I am working on a web project in which there is a
> need to submit two
> forms from a same html file. 
> 
> Does anybody have such experience as submitting two
> forms separately?
> 
> Thanks!
> 
> 


__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you�re looking for faster
http://search.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: Multiple Forms

Posted by Daniel Czaban <da...@czaban.com.br>.
It was an bug, I solved at
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22462

Thanks!!!


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org