You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Michael Jouravlev <jm...@gmail.com> on 2005/10/07 00:45:41 UTC

Re: [OT] Direct-to-DOM validation

Another nice form validation: http://www.themaninblue.com/writing/
Check out the section "Form Usability" (shame, it does not have
anchor). I especially like the last two: "Inline error messages with
real-time message updates to indicate corrections" and "Succinct
display of errors, with correct fields hidden". The second one from
this pair is probably too much, but real-time update after you fail
first submit is nice.

Notice, that before submitting you can type whatever you want in the
form. If errors are found after submit, then as long as you typing in
your corrections, the form is checking you while you type, it is
guiding you, but only after you made a mistake. Incredibly cool and
user-friendly. Struts Validator seems archaic ;-)

Michael.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org