Re: Submiting a form through a link

2003-06-30 Thread Firat TIRYAKI
ne 29, 2003 6:31 PM Subject: RE: Submiting a form through a link > >Click > here > >The above code works for me. Not sure if the return false; has > >any impact - probably does nothing. > > The return false is definitely important. It tells the browser that, after > r

Re: Submiting a form through a link

2003-06-29 Thread Cristiano Moreira Silva
Hey! Thank you everybody who help me! It works now. - Original Message - From: "Steve Raeburn" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, June 29, 2003 5:50 PM Subject: RE: Submiting a form through a link >

RE: Submiting a form through a link

2003-06-29 Thread Steve Raeburn
ed to resort to javascript and all users would be able to use the form. Steve > -Original Message- > From: José Ventura [mailto:[EMAIL PROTECTED] > Sent: June 29, 2003 1:20 PM > To: [EMAIL PROTECTED] > Subject: Re: Submiting a form through a link > > > Have you gotten

RE: Submiting a form through a link

2003-06-29 Thread Steve Raeburn
TECTED] > Sent: June 29, 2003 1:13 PM > To: [EMAIL PROTECTED] > Subject: Re: Submiting a form through a link > > > It's just something like this: > > function go() > document.forms[0].submit(); > } > > > > > > >

Re: Submiting a form through a link

2003-06-29 Thread José Ventura
ot;Cristiano Moreira Silva" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 29, 2003 5:12 PM Subject: Re: Submiting a form through a link > It's just something like this: > > function go() > document.forms[0].submit(); > } > > >

Re: Submiting a form through a link

2003-06-29 Thread Cristiano Moreira Silva
. - Original Message - From: "Steve Raeburn" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, June 29, 2003 2:20 PM Subject: RE: Submiting a form through a link > You don't need to use because the link doesn't actua

RE: Submiting a form through a link

2003-06-29 Thread Steve Raeburn
t would help if you posted some of your code so I can better understand what you are trying to do. Steve > -Original Message- > From: Cristiano Moreira Silva [mailto:[EMAIL PROTECTED] > Sent: June 29, 2003 9:14 AM > To: [EMAIL PROTECTED] > Subject: Re: Submiting a form thr

Re: Submiting a form through a link

2003-06-29 Thread Cristiano Moreira Silva
"Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, June 28, 2003 6:17 PM Subject: RE: Submiting a form through a link > Click > here > (or the equivalent using Struts tag.) > > > > > > The above code works for me. Not sure if the

RE: Submiting a form through a link

2003-06-29 Thread Steve Raeburn
g List ' > Subject: RE: Submiting a form through a link > > > >Click > here > >The above code works for me. Not sure if the return false; has > >any impact - probably does nothing. > > The return false is definitely important. It tells the browser that, after > ru

RE: Submiting a form through a link

2003-06-29 Thread Kruse, Matt
>Click here >The above code works for me. Not sure if the return false; has >any impact - probably does nothing. The return false is definitely important. It tells the browser that, after running the commands in the onClick handler, it should NOT go to the href. If you return true (default) then

RE: Submiting a form through a link

2003-06-28 Thread Steve Raeburn
Click here (or the equivalent using Struts tag.) The above code works for me. Not sure if the return false; has any impact - probably does nothing. Do you have more than one form on the page? You might need to change the forms[] index number. You can also try using the form name (