Re: How to detect clientside validation errors have occurred in js

2013-12-24 Thread George Christman
5.4-beta-2 On Mon, Dec 23, 2013 at 12:30 PM, Howard Lewis Ship wrote: > Which version of Tapestry? > > > On Wed, Dec 18, 2013 at 8:15 AM, George Christman > wrote: > > > Hello, I've created a modal dialog box mixin that is attached to my > > submit actions. On form submission, is there a way to

Re: How to detect clientside validation errors have occurred in js

2013-12-23 Thread Howard Lewis Ship
Which version of Tapestry? On Wed, Dec 18, 2013 at 8:15 AM, George Christman wrote: > Hello, I've created a modal dialog box mixin that is attached to my > submit actions. On form submission, is there a way to detect whether > or not clientside validation errors have occurred in js so I can > pr

How to detect clientside validation errors have occurred in js

2013-12-18 Thread George Christman
Hello, I've created a modal dialog box mixin that is attached to my submit actions. On form submission, is there a way to detect whether or not clientside validation errors have occurred in js so I can prevent the dialog box from opening up? The dialog box is covering up field errors preventing the