Re: Error upgrading to latest struts build

2001-09-11 Thread Cedric Dumoulin
Have you change the config parameter in web.xml ? It should look like : ... config /WEB-INF/struts-config.xml ... Also, I've you try the original Struts1.1 example ? Doe's it work with your configuration ? Cedric Larry Maturo wrote: > Well, this is my thir

Re: Error upgrading to latest struts build

2001-09-11 Thread Ted Husted
Struts 1.0 is stable, and that is the version of the framework I would recommend that you use for development. Late in the development of Struts 1.0, the nightly builds became very stable. This is not going to be the case now, as we move into heavy development of Struts 1.1. The nightly builds a

RE: Error upgrading to latest struts build

2001-09-11 Thread Greg.Reddin
Sanity check: 1) Is there a struts-config.xml file in your WEB-INF directory? 2) What are the results if you take the initial "/" off of /WEB-INF/struts-config in your web.xml? (Mine requires the initial "/" so that's probably not it.) 3) Is the struts-config file being used by another proc

RE: Error upgrading to latest struts build

2001-09-11 Thread Schwartz, Mark
--- From: Larry Maturo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 11:19 AM To: [EMAIL PROTECTED] Subject: RE: Error upgrading to latest struts build Well, this is my third attempt to get this answered. Does this mean nobody knows how to solve this problem and I should give up on u

RE: Error upgrading to latest struts build

2001-09-11 Thread Larry Maturo
Well, this is my third attempt to get this answered. Does this mean nobody knows how to solve this problem and I should give up on using Struts and try some other framework? If so, does anyone have any suggestions for a better framework? Again, I'm trying to upgrade from struts 1.0 to the latest

RE: Error upgrading to latest struts build

2001-09-10 Thread Larry Maturo
I'm trying to upgrade from struts 1.0 to the latest nightly build. I'm using Forte, and I get the following error in my output: 2001-09-07 11:32:23 - Ctx( ): Error in actioninit(), error happened at 999880230498 wait -113171 : Missing configuration resource for path /WEB-INF/struts-config.xml -