- More client side validation feeling - avoid unnecessary rerendering, database queries, etc. - some elements in the zone that were visually altered with javascript get reset to their initial state - ...
It's not a big problem, but it would surely be better if I could avoid these problems. But you are right that maybe it's some work to get it working right. Now I add errors using Form.recordError(Field field, String errorMessage) in the onValidate event method. Then I hoped i could retrieve these errors and there accompanying Field. But I only see Form.getDefaultTracker().getErrors() which returns just a List<String> of the error messages. So I have no clue how to get a list of the needed fields to get their id's. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Form-server-side-validation-in-zone-tp5718026p5718030.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