Now working!
1) Created a new folder under resources matching the java package
structure of the action:
package: quickstart.action
folder: src/main/resources/quickstart/action
2) Moved PersonAction-save-validation.xml there.
it solved the problem.
Thanks a lot Dave!
--
View
Hi Dave,
The code is from tutorial:
http://struts.apache.org/2.x/docs/struts-2-spring-2-jpa-ajax.html
pom.xml fragments:
4.0.0
quickstart
quickstart
0.1-SNAPSHOT
war
quickstart
org.apache.struts
struts2-spring-plugin
2.0.
You'll need to provide more information, like where your validation
files are, their names, the configs of the actions that aren't
validating, etc.
I've never had any issues with XML validation, so I'd first check out
the basics. (I'm also not running on Tomcat 6, which I suppose could
cause a pro
3 matches
Mail list logo