Re: Struts2: How to put validation.xml and Action.java in separate folders

2008-04-09 Thread goelshek
"as your build process copies them to the right place on the classpath. I don't think there's a way to have them in a different folder than the .class files though" I don't really have a formal build process for now. So what's in my /WEB-INF/src folder is going to be in my /WEB-INF/classes folder

Re: Struts2: How to put validation.xml and Action.java in separate folders

2008-04-09 Thread Laurie Harper
goelshek wrote: For Struts 2: Does anyone know if it is possible to put the validation.xml for an Action in a folder other than where the action resides? If I have a 100 java classes in my action package, I would like their *-validation.xmls to be in a separate folder such that all .java's are t

Struts2: How to put validation.xml and Action.java in separate folders

2008-04-09 Thread goelshek
For Struts 2: Does anyone know if it is possible to put the validation.xml for an Action in a folder other than where the action resides? If I have a 100 java classes in my action package, I would like their *-validation.xmls to be in a separate folder such that all .java's are together and all .