Re: beta-22 quickstart and client side validation

2014-11-17 Thread Ulrich Stärk
The data-* attributes are there. Tried with FF 33.something and Chrome 38.0.2125.122, both on Mac 10.9.5. What's odd is that Firebug is telling me on the script tab that there is "No Javascript on this page" while when looking at the source there clearly is and client side alerts are working. M

Re: beta-22 quickstart and client side validation

2014-11-17 Thread Howard Lewis Ship
That's odd, but I haven't played with the 5.4 quickstart yet. First thing to check is that the HTML text fields have the data- arguments that trigger validation on the client. If those are missing, it's a server-side problem (perhaps with the annotations). If they are present but not acted upon, th

beta-22 quickstart and client side validation

2014-11-17 Thread Ulrich Stärk
I can't seem to get client-side validation to run using the beta-22 quickstart. I see the validation module being loaded on the console ("Loaded module t5/core/validation") but no client-side validation happens with a beaneditform bound to a bean which has fields annotated with @Validate("requir