I have a JSP that submits to a Action class... There are validation methods done manually in my execute() method ... However, when I try to invoke URL like this...
The action class accepts the values, and my validation methods are ignored... Why is that? Could someone please provide me a security checklist with my action servlet? Thanks!
Post the code that does your validation. If the action is called and your validation is in the execute method of the action, your validation should be done.