Re: Tapestry validation not showing

2008-08-27 Thread stuffhere
Found the cause now - not a tapestry bug :) stuffhere wrote: > > Hi > > This is happening on all forms on my site, in all browsers. > > I fill out the form with at least one correct field and one erroneous > field and hit submit - I see the tapestry error bubbles. I th

Tapestry validation not showing

2008-08-27 Thread stuffhere
Hi This is happening on all forms on my site, in all browsers. I fill out the form with at least one correct field and one erroneous field and hit submit - I see the tapestry error bubbles. I then change the valid field to be incorrect and without tabbing out of it hit submit - the validation b

Secure form on a non-secure page

2008-07-31 Thread stuffhere
Hi I have a login form which appears in the header of my website on non-secure pages, such as the home and about pages. This form needs to be secure (post encryted data), which I think was possible in Tapestry 4 using the scheme form attribute, but I can't seem to replicate this behaviour in Tap

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-with-form-submis

Re: Problem with form submission with callback

2008-05-07 Thread stuffhere
Ok, I've put some prints in the setters and the form event methods, this is what I get out: logging in member 127.0.0.1 - - [07/May/2008:17:00:29 +] "POST /home.landingpage.loginwidget.loginform:submit HTTP/1.1" 200 2 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.14) Gec

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 - User

Problem with form submission with callback

2008-05-07 Thread stuffhere
Hi All I'm trying to submit a form then do a callback to a javascript function, but the form appears to be submitted twice. The tapestry form is for login and has a couple of textfields with a t:submit button Abridged Java class @Mixins("t5components/OnEvent") @Component(id = "loginForm", par