Hi, In struts 2.0.11's showcase validation example (struts2-showcase-2.0.11/validation/quizAjax!input.action), it performs field validation at onblur().
I downloaded struts2.1, this validation example does not do field validation at onblur() any more. And I can not find ajax template in the struts 2.1 jar file. What should we do if we want to validate the field at onblur() using struts2.1. Thanks for the help. Mei