You are right, there is no notion of validating one field only, that logic should then be on the client (you know the field you are validating so just show the errors for that field).
This ajax validation thing is not written in stone :), we can add more stuff to cover more use cases, so suggestions/patches are welcome. regards musachy On 7/30/07, Sandro Giessl <[EMAIL PROTECTED]> wrote: > Hi Musachy, > > On Wednesday 25 July 2007 03:47:58 Musachy Barroso wrote: > > It would be easy to implement: > > > > http://struts.apache.org/2.x/docs/ajax-validation.html > > What would be the basic approach to implement this? > > One possible solution I see is to fire validation on every "onblur" event in > the text fields. However, this will validate the whole form, and fields that > have not even yet been touched by the user will be marked as invalid as well. > > Bye, Sandro > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- "Hey you! Would you help me to carry the stone?" Pink Floyd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]