Re: Problem with form submission with callback

2008-05-10 Thread Chris Lewis
> > > On Thu, May 8, 2008 at 2:14 AM, stuffhere <[EMAIL PROTECTED]> wrote: > >> It was the only way I could think to do the javascript callback - using >> onCompleteCallback. I'm pretty new to Tapestry, so most of what I've done >> has bee

Re: Problem with form submission with callback

2008-05-08 Thread Josh Canfield
the javascript callback - using > onCompleteCallback. I'm pretty new to Tapestry, so most of what I've done > has been trial and error, is there a better way to do the callback? > > > -- > View this message in context: > http://www.nabble.com/Problem-with-form-submission-with-ca

Re: Problem with form submission with callback

2008-05-08 Thread Sven Homburg
st of what I've > >> done > >> has been trial and error, is there a better way to do the callback? > >> > >> > >> -- > >> View this message in context: > >> > http://www.nabble.com/Problem-with-form-submission-with-callback-tp1

Re: Problem with form submission with callback

2008-05-08 Thread lebenski
> It was the only way I could think to do the javascript callback - using >> onCompleteCallback. I'm pretty new to Tapestry, so most of what I've >> done >> has been trial and error, is there a better way to do the callback? >> >> >> -- >> View this m

Re: Problem with form submission with callback

2008-05-08 Thread Sven Homburg
gt; -- > View this message in context: > http://www.nabble.com/Problem-with-form-submission-with-callback-tp17106416p17123069.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > - >

Re: Problem with form submission with callback

2008-05-08 Thread stuffhere
It was the only way I could think to do the javascript callback - using onCompleteCallback. I'm pretty new to Tapestry, so most of what I've done has been trial and error, is there a better way to do the callback? -- View this message in context: http://www.nabble.com/Problem

Re: Problem with form submission with callback

2008-05-07 Thread Sven Homburg
7;m > always returned false - the form fields (username and password) are not > being set that time around. Does anyone know why this is, or how I can > fix > it? > > > > -- > View this message in context: > http://www.nabble.com/Problem-with-form-submission-with-c

Re: Problem with form submission with callback

2008-05-07 Thread stuffhere
ed is when I get the javascript callback, which is why I'm always returned false - the form fields (username and password) are not being set that time around. Does anyone know why this is, or how I can fix it? -- View this message in context: http://www.nabble.com/Problem-with-form-su

Re: Problem with form submission with callback

2008-05-07 Thread stuffhere
P.S. I think this is a problem with the onevent stuff - if I just do a normal submit, the onSubmitFromLoginForm function only gets called once. -- View this message in context: http://www.nabble.com/Problem-with-form-submission-with-callback-tp17106416p17106419.html Sent from the Tapestry

Problem with form submission with callback

2008-05-07 Thread stuffhere
.isLoginSuccessful.toString() == 'true') { gotoHomePage(); }else{ showLoginError(); } } Does anyone have any ideas why this is submitting twice. The first time doesn't appear to be a proper submit as none of the form fields are being pass