hello, I've disabled client validation and currently going to rely on server
side validation. My validation is dynamic, so it's determined by the backend
at render and submit. The validation works perfectly, however when you add a
new row using AjaxFormLoop and click the submit button for the first time,
the error shows up in the error list, but does not outline the textfield or
mark the label red. If you click it a second time, the label and box are
outlined in red. 

I'm assuming this is being handled with some after render script, but isn't
being updated until the page has been refreshed. Does anybody know how to
fix this issue so all new fields in the AjaxFormLoop are marked in red when
validation errors are present?

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Custom-Validation-with-AjaxFormLoop-component-tp5713091.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to