Re: Splitting validation.xml

2006-08-25 Thread Yujun Liang
Actaully, I am working on a Struts application which contains more than 100 actions and tiles and validation forms, it is extremely difficult to do version control if different things are touched. In order to better control the source code, I extended ActionServelt, TilePlugin and ValidationPlugin

RE: Splitting validation.xml

2006-08-14 Thread Kevin Maeer
> > If you have time, can you try the example apps from 1.3 with your > setup? The apps now load validator-rules.xml from struts-core.jar. > Probably the easiest thing is to download struts-1.3.5-apps.zip from > here, > http://people.apache.org/builds/struts/1.3.5/ > deploy the struts-cookbook

Re: Splitting validation.xml

2006-08-13 Thread Wendy Smoak
On 8/13/06, Kevin Maeer <[EMAIL PROTECTED]> wrote: Initially I'm trying to get this to work using Oracle JDeveloper (10.1.2) and its embedded OC4J (which could well be the problem). We're using Struts 1.2.7. The ValidatorPlugIn in struts-config.xml currently looks like: The a

Re: Splitting validation.xml

2006-08-13 Thread Martin Gainty
ing a copy. Thank you. - Original Message - From: "Kevin Maeer" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Sunday, August 13, 2006 8:24 PM Subject: RE: Splitting validation.xml > Initially I'm trying to get this to work us

RE: Splitting validation.xml

2006-08-13 Thread Kevin Maeer
August 2006 5:49 p.m. > To: Struts Users Mailing List > Subject: RE: Splitting validation.xml > > Kevin, > > A number of java application/web servers have issues with > files outside of > the web application directories. For example Tomcat has a > policy file tha

Re: Splitting validation.xml

2006-08-11 Thread Laurie Harper
Kevin Maeer wrote: I want to split the validation.xml file into multiple files so some pages can be more easily reused. If I save the new file under /WEB-INF/ and add it to the ValidatorPlugIn "pathnames" in struts-config.xml everything works fine. If I move the new file out into the class hiera

RE: Splitting validation.xml

2006-08-10 Thread David Friedman
Kevin, A number of java application/web servers have issues with files outside of the web application directories. For example Tomcat has a policy file that often requires tweaking to open files in other places for reading. What is your application server? Perhaps someone here has experience w