Re: clientValidationEnabled doesn't work in the latest 4.1 version.

2006-07-26 Thread Jesse Kuhnert
I'm probably going to sleep now. I hope everyone feels very free to post questions/issues related to 4.1 (or any tapestry release, but esp 4.1) to the list. Even if you feel dumb asking it, some of the things might very well be straightforward, but the more I know about what slows people down and

Re: clientValidationEnabled doesn't work in the latest 4.1 version.

2006-07-26 Thread Jesse Kuhnert
P.S. Depending on which javascript function you feel like taking a peak at, you can pretty much take any function listed here: http://tapestry.apache.org/tapestry4.1/javascript/form-validation.html And figure out what is getting passed to it with a statement like so: dojo.event.connect(tapestry.

Re: clientValidationEnabled doesn't work in the latest 4.1 version.

2006-07-26 Thread Jesse Kuhnert
What happens when it can't show the message? Do you see a javascript error message in the javascript console or does something "seem" to happen but nothing does? Does the form actually submit? Could it be this is a localization type of error? Have you seen the new client side validation user guid

Re: clientValidationEnabled doesn't work in the latest 4.1 version.

2006-07-26 Thread Jun Tsai
When I delete the focus binding,tapestry can produce some script.But When I submit the form,tapestry can't show the script message. The html produced is