try <html:form action="xxxx"> where xxxx is the "path" of the action defined
in the struts-config.xml file

----- Original Message -----
From: "Ian Tomey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 28, 2002 4:53 AM
Subject: Annoyance with <html:form name="xxxx"/>



Hi all,

Using Struts 1.02. I am placing multiple forms on the screen which I have
populated from an action and pushed into request scope.

When I use the html:form tag and specify name, then it barfs if I don't
specify the type property (to create new bean if it doesnt exist). Don't
really want to specify the full class of the form, especially as they are
set up in struts-config. shouldn't this tag at least check for a form name
in struts-config?

Cheers
Ian


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






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

Reply via email to