| Author |
Struts 2 validation not working
|
mike stewart
Greenhorn
Joined: Jun 22, 2011
Posts: 6
|
|
I have searched everywhere on google and in these forums and can't figure out why this is not working. Here are my relavant files. I have left some things out but I don't believe I left out anything important. Any help would be greatly appreciated. Thank you in advance and sorry for the long post.
Struts.xml
listTestGroup.jsp
TestGroupAction.java //there are getters and setters for all varilables even though they are not visable.
TestGroupAction-validation.xml
|
 |
Jesus Mireles
Ranch Hand
Joined: Mar 10, 2010
Posts: 122
|
|
I've never really needed to use my own validator.xml ... but your not using anything that couldnt be used with an annotation tag on the setters:
|
 |
 |
|
|
subject: Struts 2 validation not working
|
|
|