Re: onValidate get list of fields containing validation errors.

2012-10-01 Thread Lance Java
call delegate.X() }; } -- View this message in context: http://tapestry.1045711.n5.nabble.com/onValidate-get-list-of-fields-containing-validation-errors-tp5716549p5716581.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: onValidate get list of fields containing validation errors.

2012-10-01 Thread George Christman
Yes I seen that, that's why I was asking if he had any other ideas. -- View this message in context: http://tapestry.1045711.n5.nabble.com/onValidate-get-list-of-fields-containing-validation-errors-tp5716549p5716580.html Sent from the Tapestry - User mailing list archive at Nabbl

Re: onValidate get list of fields containing validation errors.

2012-10-01 Thread Ray Nicholus
t; > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/onValidate-get-list-of-fields-containing-validation-errors-tp5716549p5716578.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > -

Re: onValidate get list of fields containing validation errors.

2012-10-01 Thread George Christman
Hi Lance, I'm seeing the following compiling error "cannot inherit from final ValidationTrackerImpl". Any thoughts? -- View this message in context: http://tapestry.1045711.n5.nabble.com/onValidate-get-list-of-fields-containing-validation-errors-tp5716549p5716578.html Sent fr

Re: onValidate get list of fields containing validation errors.

2012-10-01 Thread Lance Java
super.recordError(field, errorMessage); } } } -- View this message in context: http://tapestry.1045711.n5.nabble.com/onValidate-get-list-of-fields-containing-validation-errors-tp5716549p5716573.html Sent from the Tapestry - User mailing list archive at Nabble.com

onValidate get list of fields containing validation errors.

2012-09-28 Thread George Christman
to mark the tab as having errors, I planned to add the error count to the tab. However in order for me to do this, I would first need to be able to count the errors from the backend. -- View this message in context: http://tapestry.1045711.n5.nabble.com/onValidate-get-list-of-fields-con