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
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
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
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