RE: problems with onclick=submit()

2004-04-23 Thread Jarnot Voytek Contr AU/SC
weird, how about href="javascript:submit(); return(false);" > -Original Message- > From: Jaakko Rytinki [mailto:[EMAIL PROTECTED] > Sent: Friday, April 23, 2004 8:19 AM > To: 'Struts Users Mailing List' > Subject: RE: problems with onclick=submit() >

RE: problems with onclick=submit()

2004-04-23 Thread Jaakko Rytinki
Yup, javascript:void(0)" somehow prevents the whole form from being submitted. ( the link doesn't do anything at all ) -Original Message- From: Jarnot Voytek Contr AU/SC [mailto:[EMAIL PROTECTED] Sent: 23. huhtikuuta 2004 16:06 To: 'Struts Users Mailing List' Subjec

Re: problems with onclick=submit()

2004-04-23 Thread Shyamal Shah
Try javascript:void(0) or submit the page from a javascript function and do "return 0" at the end of the method. - Original Message - From: "Jaakko Rytinki" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, April 23, 2004 9:01 AM Subject: problems with

RE: problems with onclick=submit()

2004-04-23 Thread Guillermo Meyer
You should also return false in the onclick event. If return false, the link wont be executed. -Original Message- From: Jarnot Voytek Contr AU/SC [mailto:[EMAIL PROTECTED] Sent: Viernes, 23 de Abril de 2004 10:06 a.m. To: 'Struts Users Mailing List' Subject: RE: problems wi

RE: problems with onclick=submit()

2004-04-23 Thread Jarnot Voytek Contr AU/SC
have you tried href="javascript:void(0)"? this is an html issue - not struts. -- Voytek Jarnot Quantum materiae materietur marmota monax si marmota monax materiam possit materiari? > -Original Message- > From: Jaakko Rytinki [mailto:[EMAIL PROTECTED] > Sent: Friday, April 23, 2004 8:01