• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Struts 1.1.3 validator framework not working

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 329
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
have you mentioned your form name in your JSP, If no, just add the below line within the html:form tag.
 
reply
    Bookmark Topic Watch Topic
  • New Topic