Annoyance with html:form name=xxxx/

2002-02-28 Thread Ian Tomey
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

Re: Annoyance with html:form name=xxxx/

2002-02-28 Thread Jonathan James
try html:form action= where 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=/ Hi all, Using

Re: Annoyance with html:form name=xxxx/

2002-02-28 Thread Ian Tomey
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=/ Hi all, Using Struts 1.02. I am placing multiple forms on the screen which I have