You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Peter Cheung <pe...@borderfree.com> on 2000/11/08 15:53:34 UTC

Multiple Forms In A Page

I have a page which has 3 forms (3 ActionForms & 3 different Actions). Each
form contains a different set of info which needs to be 'remembered'.
However, it seems like Struts only supports 1 ActionForm per page. If it is
true, I wonder if there is any way to get around this problem. Thx in
advance.