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

2004-07-16 Thread Buland Altaf
> > > -Original Message- > From: Adam Lipscombe > [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 26, 2004 3:01 AM > To: 'Struts Users Mailing List' > Subject: RE: NEWBIE: how to submit a named html:form > via javascript > > Thanks Jim, > >

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. type="com.expensys.expensyswt.struts.action.Displa

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

2004-06-25 Thread Jim Barrows
m Lipscombe [mailto:[EMAIL PROTECTED] > Sent: Friday, June 25, 2004 2:31 PM > To: 'Struts Users Mailing List' > Subject: RE: NEWBIE: how to submit a named html:form via javascript > > > Thanks Jim, > > > If I understand yo

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

2004-06-25 Thread Adam Lipscombe
im 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 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 str

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

2004-06-25 Thread Jim Barrows
sers Mailing List' > Subject: NEWBIE: how to submit a named html:form via javascript > > > > Folks, > > I want to submit a named html:form. e.g. > > > >onclick="javascript:document.helpForm.submit()" > > > > &g

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

2004-06-25 Thread Adam Lipscombe
Folks, I want to submit a named html:form. e.g. Wit the above construct Struts complains that the form requires a "type" attribute - it seems to want me to specify the classname of the ActionForm as the "type". My understanding is that Struts deduces the ActionForm to use aut