struts-config_1_1.dtd description incorrect?

2003-08-11 Thread Bailey, Shane C.
Should the struts-config_1_1.dtd describing the global-forwards "redirect" attribute state that for redirects = true response.sendRedirect() is called and not as stated, "RequestDispatcher.Redirect" is called ?

Re: Struts 1.1 - struts-config_1_1.dtd not found

2003-07-11 Thread ville . kaseva
I've seen it, still looking for solution. I get the error when trying to move my web app to the service providers server. Same app works fine with my tomcat 4.1.x & Struts 1.1b2. I checked struts.jar and there is struts-config_1_1.dtd. Ville > Did any one face this problem

Struts 1.1 - struts-config_1_1.dtd not found

2003-07-11 Thread sriram
truts/resources/struts-config_1_1.dtd not found

Re: org/apache/struts/resources/struts-config_1_1.dtd not found

2003-07-10 Thread Craig R. McClanahan
On Thu, 10 Jul 2003, sriram wrote: > Date: Thu, 10 Jul 2003 19:48:33 +0530 > From: sriram <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: org/apache/strut

org/apache/struts/resources/struts-config_1_1.dtd not found

2003-07-10 Thread sriram
I tried using struts1.1 by downloading the latest copy of struts.jar from the web, but I'm getting the following error: 18:43:29,867 ERROR [ActionServlet] Parsing error processing resource path java.io.FileNotFoundException: JAR entry org/apache/struts/resources/struts-config_1_1.dtd not

RE: struts-config_1_1.dtd and struts-config_1_0.dtd

2002-11-05 Thread Craig R. McClanahan
On Tue, 5 Nov 2002, Nekkalapudi, Viplava wrote: > Date: Tue, 5 Nov 2002 17:25:09 -0600 > From: "Nekkalapudi, Viplava" <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTE

Re: struts-config_1_1.dtd and struts-config_1_0.dtd

2002-11-05 Thread Eddie Bush
... because a DTD is not an XML document. Nekkalapudi, Viplava wrote: Why is is missing from struts-config_1_1.dtd? Is it by mistake OR is there any purpose? I see it in the file struts-config_1_0.dtd. I checked these files at http://jakarta.apache.org/struts/dtds/. --- Vip. -- Eddie

RE: struts-config_1_1.dtd and struts-config_1_0.dtd

2002-11-05 Thread Nekkalapudi, Viplava
But all the DTDs under jakarta-struts-1.1-b2-src\conf\share have the XML header. -Original Message- From: Craig R. McClanahan [mailto:craigmcc@;apache.org] Sent: Tuesday, November 05, 2002 5:14 PM To: Struts Users Mailing List Subject: Re: struts-config_1_1.dtd and struts-config_1_0.dtd

Re: struts-config_1_1.dtd and struts-config_1_0.dtd

2002-11-05 Thread Craig R. McClanahan
On Tue, 5 Nov 2002, Nekkalapudi, Viplava wrote: > Date: Tue, 5 Nov 2002 15:28:22 -0600 > From: "Nekkalapudi, Viplava" <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: "Struts Users Mailing List (E-mail)" <[EMAIL P

struts-config_1_1.dtd and struts-config_1_0.dtd

2002-11-05 Thread Nekkalapudi, Viplava
Why is is missing from struts-config_1_1.dtd? Is it by mistake OR is there any purpose? I see it in the file struts-config_1_0.dtd. I checked these files at http://jakarta.apache.org/struts/dtds/. --- Vip. -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org&g

RE: Struts-config_1_1.dtd

2002-08-19 Thread Benson, Mike
It may be a problem with our proxy. It looks like the file is not complete. Thanks, Mike > -Original Message- > From: James Holmes [SMTP:[EMAIL PROTECTED]] > Sent: Monday, August 19, 2002 1:40 PM > To: Struts Users Mailing List > Subject: Re: Struts-config_1

Re: Struts-config_1_1.dtd

2002-08-19 Thread James Holmes
ED]> wrote: > I've noticed with the online version of the struts > config dtd file that the > plug-in element is not defined? Is there a > scheduled time where this will > be updated? Here is the url that I'm using: > "http://jakarta.apache.org/strut

Struts-config_1_1.dtd

2002-08-19 Thread Benson, Mike
I've noticed with the online version of the struts config dtd file that the plug-in element is not defined? Is there a scheduled time where this will be updated? Here is the url that I'm using: "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";. Thanks, Mike

Where is the roles attribute in struts-config_1_1.dtd?

2002-04-04 Thread struts-user
Anyone know why the DTD doesn't specify a roles attribute for the action mapping, but the processRoles() method in the RequestProcessor is checking the ActionMapping for every request to see if the roleNames field contains roles loaded from the struts-config? Is this a feature that's just not d

Re struts-config_1_1.dtd

2002-02-12 Thread Andrew Myers
Ooops I just found someone had asked the same question (and received a very helpful answer from Ted Husted) in an early digest. Please ignore the previous message!! Andrew. :) -- __ Your favorite stores, helpful shopping tools

struts-config_1_1.dtd

2002-02-12 Thread Andrew Myers
Hi, What do folks here suggest we do with the DOCTYPE declaration at the top of struts-config.xml when deploying to a live server? Currently it says http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";> however I've noticed the action servlet fails to start when for