Hi,
I am using
struts 1.1.3 version. I want to use validator framework. I have configured everything according to struts documentation, but still the validator framework is not getting called.
struts-config.xml
validation.xml
validation-rules.xml
SubscriptionForm.java extends ValidatorForm.
SubscriptionAdd.jsp calls /saveSubscription when submitted.
SubscriptionAction.java
Kindly let me know if something is wrong above. Thanks a lot.