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 together and all .xml's are
together. I couldn't find any configuration in struts2 to achieve this.
You can put the .xml files in a separate folder from the .java files,
sure, as long 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. Sounds like you'd be better off
breaking out your actions into sub-packages anyway.
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]