Hi, I'm not sure what problem you face but you can take a look at http://wicketinaction.com/2013/04/server-and-client-side-validation/ (may be broken for few more days until Martijn fix Wordpress). Its code is https://github.com/martin-g/blogs/tree/master/wicket-parsley-validation. And the improved version at: https://github.com/code-troopers/wicket-jsr303-parsley
On Thu, Jul 25, 2013 at 10:22 AM, Hans Lesmeister 2 < [email protected]> wrote: > Hi everybody, > > with HTML5 we now have this nice browser built in validation showing a > bubble and a colored outline if a validation on a field does not pass. > > However if I add an AjaxSubmitLink to the form, then the html5-validation > is > no longer working. I have tried all kind of tricky things with > pre-conditions and other javascript, calling form.checkValidity() manually, > but I am stuck. Either the bubble doesn't show up or the form is > non-ajax-submitted with a full page reload as the consequence. > > Does anybody of you got the html5-validation working with an Ajax-Form? > > Any help is highly appreciated > > > > > ----- > -- > Regards, > Hans > > http://cantaa.de > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/html5-validation-and-Ajax-Form-Submit-tp4660476.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
