Re: Struts2 Validation Question

2006-10-17 Thread Ted Husted
S2 Validation follows a "config-behind-class" model. You define a validation file for the Action class (or other JavaBean) that needs to be validated, and place it in the same package/folder. The validation follows the class hierarchy, so that if a class is extended, the subclass inherits the vali

Struts2 Validation Question

2006-10-17 Thread Jim Reynolds
Downloaded and extracted the struts2-showcase-2.0.1.war file to my tomcat server. I am looking at the validation/quizBasic!input.action and I am confused on how the validtion on these fields is set. I am accustomzed to using 1.x. Could someone please explain how the validation for these three fie