Re: Form server side validation in zone

2012-11-20 Thread Lance Java
e in context: http://tapestry.1045711.n5.nabble.com/Form-server-side-validation-in-zone-tp5718026p5718136.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache

Re: Form server side validation in zone

2012-11-20 Thread nquirynen
nabble.com/Form-server-side-validation-in-zone-tp5718026p5718135.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands,

Re: Form server side validation in zone

2012-11-20 Thread Lance Java
nabble.com/Form-server-side-validation-in-zone-tp5718026p5718134.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-mai

Re: Form server side validation in zone

2012-11-20 Thread nquirynen
Can you give me a bit of explanation of what to do? Thanks Nathan -- View this message in context: http://tapestry.1045711.n5.nabble.com/Form-server-side-validation-in-zone-tp5718026p5718131.html Sent from the Tapestry - User mailing list archive

Re: Form server side validation in zone

2012-11-15 Thread Lance Java
over the hidden zone and copy/move any interesting attributes from the hidden zone to the visible form. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Form-server-side-validation-in-zone-tp5718026p5718033.html Sent from the Tapestry - User mailing list archive at

Re: Form server side validation in zone

2012-11-15 Thread Thiago H de Paula Figueiredo
On Thu, 15 Nov 2012 09:55:15 -0200, nquirynen wrote: - 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 - ... In this case, you're going beyo

Re: Form server side validation in zone

2012-11-15 Thread nquirynen
rs() which returns just a List 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 - Us

Re: Form server side validation in zone

2012-11-15 Thread Lance Java
Although I'm sure it can be done... it sounds like a lot of effort for not much gain. Why don't you want update the full zone? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Form-server-side-validation-in-zone-tp5718026p5718027.html Sent from the Tapestry - Us

Form server side validation in zone

2012-11-15 Thread nquirynen
with javascript, should I write a Tapestry.initializer and call this with AjaxResponseRenderer to which I pass field names and messages? Or is there a better way / already built in way that I am failing to find? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Form-server