RE: [S2] extending struts.xml

2007-08-27 Thread Phillip Grenier
Was a xworks 2.0.1 issue. Replaced with xworks 2.0.4.jar -Original Message- From: Phillip Grenier [mailto:[EMAIL PROTECTED] Sent: Monday, August 27, 2007 9:10 AM To: Struts Users Mailing List Subject: [S2] extending struts.xml When I try to extend any package located in the struts.xml

[S2] extending struts.xml

2007-08-27 Thread Phillip Grenier
When I try to extend any package located in the struts.xml file from any of my included xml files that contain other packages It kills the parser and gives a 404 error. ex. // struts.xml test/Index // test.s2.xml

Re: [s2] Extending struts.xml

2007-04-26 Thread MLENEVEUT
s-default.xml. Regards, Michaël Zoran Avtarovski <[EMAIL PROTECTED]> 26/04/2007 02:34 Veuillez répondre à "Struts Users Mailing List" A Struts Users Mailing List cc Objet Re: [s2] Extending struts.xml > What are the errors you are seeing? > ERROR [http-8080-1

Re: [s2] Extending struts.xml

2007-04-25 Thread Zoran Avtarovski
> What are the errors you are seeing? > ERROR [http-8080-1] - Unable to find parent package default ERROR [http-8080-1] - Unable to find parent packages default Apr 24, 2007 9:53:50 PM org.apache.catalina.core.StandardContext filterStart SEVERE: Exception starting filter struts Error building resu

Re: [s2] Extending struts.xml

2007-04-25 Thread Nate Drake
What are the errors you are seeing? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [s2] Extending struts.xml

2007-04-24 Thread Dave Newton
--- Zoran Avtarovski <[EMAIL PROTECTED]> wrote: > Thanks for the big call Dave. ;) > My concern was that 10 may introduce more issues > than it solved. So I should've said "What's the > easiest and least disruptive way to fix the > problem?" I haven't updated that far either... An XWork person

Re: [s2] Extending struts.xml

2007-04-24 Thread Zoran Avtarovski
Thanks for the big call Dave. My concern was that 10 may introduce more issues than it solved. So I should've said "What's the easiest and least disruptive way to fix the problem?" Z. > --- Zoran Avtarovski <[EMAIL PROTECTED]> wrote: >> I found some info on the mail lists pointing to an >> error

Re: [s2] Extending struts.xml

2007-04-24 Thread Dave Newton
--- Zoran Avtarovski <[EMAIL PROTECTED]> wrote: > I found some info on the mail lists pointing to an > error in xwork and that it was fixed in 2.08. When I > went looking to download a nightly build there > were only 2.10 builds. .10 is bigger than .08. The fix is probably still in it. d.

[s2] Extending struts.xml

2007-04-24 Thread Zoran Avtarovski
I'm trying to extend the standard struts.xml by using includes but tomcat is throwing errors. I found some info on the mail lists pointing to an error in xwork and that it was fixed in 2.08. When I went looking to download a nightly build there were only 2.10 builds. My question is what's the eas