Nathan, There is a mistake in your struts-config.xml. According to the DTD, the <form-beans> element should appear before the <global-forwards> element.
I guess the reason why Struts 1.0 does not complain is because its Digester is pretty forgiving even when the elements are in wrong orders. -- John At 01:28 pm 10-01-2002 -0800, you wrote: >Here it is... It is kinda long, but very repetitious. Let me know if you >see something I missed. FYI, this does run as expected on my Tomcat 4 >installation. > >Nathan > >-----Original Message----- >From: John Yu [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, January 09, 2002 6:04 PM >To: [EMAIL PROTECTED] >Subject: Re: struts-config.xml parse error > > >Nathan, > >Could you send me your struts-config.xml file? >-- >John > >At 04:43 pm 09-01-2002 -0800, you wrote: > >I just launched Camino v1.0 for the first time and tried to create a >project > >for the web application I'm making. I got is all set up and clicked > >"finish" and I got the following error: > > > >Failed to parse Struts config 'F:\yada\yada\struts-config.xml'. > > com.jxml.quick.QPE - unrecognized tag: form-beans > >Parsing Error - Failed to parse Struts config > >'F:\yada\yada\struts-config.xml'. > > > >Last I checked <form-beans> is a required tag according to the > >"struts-config_1_0.dtd". What's going on? > > > >Nathan Anderson > > > >=== > >To subscribe/unsubscribe, visit > >http://list.scioworks.com:8081/guest/RemoteListSummary/camino_user > >-- >John Yu Scioworks Technologies >e: [EMAIL PROTECTED] w: +(65) 873 5989 >w: http://www.scioworks.com m: +(65) 9782 9610 > >Scioworks Camino - "Rapid WebApp Assembly for Struts" > >=== >To subscribe/unsubscribe, visit >http://list.scioworks.com:8081/guest/RemoteListSummary/camino_user -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Rapid WebApp Assembly for Struts" === To subscribe/unsubscribe, visit http://list.scioworks.com:8081/guest/RemoteListSummary/camino_user
