RE: [T5] Ajax validation

2008-03-27 Thread Zheng, Xiahong
t: Re: [T5] Ajax validation I think you need to do this yourself, using the builtin AJAX facilities, rather than using any of the builtin validation facilities. Say you were looking to make sure a username was unique on signup. Place an actionlink beside the field ("check availabil

Re: [T5] Ajax validation

2008-03-27 Thread Julian Wood
7:27 AM, Zheng, Xiahong wrote: Anyone? -Original Message- From: Zheng, Xiahong Sent: Wednesday, March 26, 2008 3:09 PM To: 'Tapestry users' Subject: [T5] Ajax validation If this topic has been discussed, please point me to the right place. It seems that, by default, tapestr

RE: [T5] Ajax validation

2008-03-27 Thread Zheng, Xiahong
Anyone? -Original Message- From: Zheng, Xiahong Sent: Wednesday, March 26, 2008 3:09 PM To: 'Tapestry users' Subject: [T5] Ajax validation If this topic has been discussed, please point me to the right place. It seems that, by default, tapestry 5 only does client side valid

[T5] Ajax validation

2008-03-26 Thread Zheng, Xiahong
If this topic has been discussed, please point me to the right place. It seems that, by default, tapestry 5 only does client side validation when you tab out of the input field. Server side validation happens on the form submit only. How can I enable server side validation on a field by field basis