RE: NEWBIE: how to submit a named html:form via javascript

2004-07-16 Thread Sunil Sahu
Title: RE: NEWBIE: how to submit a named html:form via javascript Adam, Name parameter in form tag is optional. If you want to submit your page then u can do it by supplying onclick event for default form. action path=/help name=helpActionForm scope=request type

RE: NEWBIE: how to submit a named html:form via javascript

2004-07-16 Thread Buland Altaf
Subject: RE: NEWBIE: how to submit a named html:form via javascript The name is optional. I never use it in the form. For JavaScript porpoises I use the name of the ActionForm your using in the struts config. -Original Message- From: Adam Lipscombe [mailto:[EMAIL PROTECTED

RE: NEWBIE: how to submit a named html:form via javascript

2004-06-25 Thread Jim Barrows
The name is optional. I never use it in the form. For JavaScript porpoises I use the name of the ActionForm your using in the struts config. -Original Message- From: Adam Lipscombe [mailto:[EMAIL PROTECTED] Sent: Friday, June 25, 2004 10:27 AM To: 'Struts Users Mailing List'

RE: NEWBIE: how to submit a named html:form via javascript

2004-06-25 Thread Adam Lipscombe
this: html:form action=/help.do method=POST /html:form Is my understanding correct? TIA - Adam -Original Message- From: Jim Barrows [mailto:[EMAIL PROTECTED] Sent: 25 June 2004 18:31 To: Struts Users Mailing List Subject: RE: NEWBIE: how to submit a named html:form via javascript