Re: DTD Question

2002-06-01 Thread Adam Cohen
) Subject: Re: DTD Question What version of Struts are you using? Struts 1.0 and later use a resource locator that grabs the DTD from the Struts Jar and should resolve DTDs very quickly. -james [EMAIL PROTECTED] http://www.jamesholmes.com/struts/ --- Struts Newsgroup [EMAIL

Re: DTD Question

2002-05-31 Thread Adam Cohen
respond to Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: Re: DTD Question What version of Struts are you using? Struts 1.0 and later use a resource locator that grabs the DTD from

RE: DTD Question - SIMPLE SOLUTION

2002-05-31 Thread Emaho, Ghoot
(@Basebeans.com) [mailto:[EMAIL PROTECTED]] Sent: 30 May 2002 20:40 To: [EMAIL PROTECTED] Subject: DTD Question Subject: DTD Question From: Adam Cohen [EMAIL PROTECTED] === I'm working on a web-app that is on a server that has no access to the web on port 80. When web.xml tries to get

Validation DTD (was R: DTD Question - SIMPLE SOLUTION)

2002-05-31 Thread daniele rizzi
A: Struts Users Mailing List Oggetto: RE: DTD Question - SIMPLE SOLUTION A simple way of bypassing the need to access the DTD externally (as the Struts 'automatic' resolution within the jar does NOT always work - see mail archives) is to change the DOCTYPE def to something like the following

DTD Question

2002-05-30 Thread @Basebeans.com
Subject: DTD Question From: Adam Cohen [EMAIL PROTECTED] === I'm working on a web-app that is on a server that has no access to the web on port 80. When web.xml tries to get the dtd: !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN http://java.sun.com/j2ee/dtds/web

RE: DTD Question

2002-05-30 Thread Thigpen, David
- From: Struts Newsgroup (@Basebeans.com) [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 1:40 PM To: [EMAIL PROTECTED] Subject: DTD Question Subject: DTD Question From: Adam Cohen [EMAIL PROTECTED] === I'm working on a web-app that is on a server that has no access to the web on port 80

RE: DTD Question

2002-05-30 Thread Nelson, Laird
-Original Message- From: James Holmes [mailto:[EMAIL PROTECTED]] What version of Struts are you using? Struts 1.0 and later use a resource locator that grabs the DTD from the Struts Jar and should resolve DTDs very quickly. In case the original poster is working under Visual Age

Re: DTD Question

2002-05-30 Thread Kevin . Bedell
[EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: Re: DTD Question What version of Struts are you using? Struts 1.0 and later use a resource locator that grabs the DTD from the Struts Jar and should resolve DTDs very

Re: DTD Question

2002-05-30 Thread James Holmes
to Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: Re: DTD Question What version of Struts are you using? Struts 1.0 and later use a resource locator that grabs the DTD from

Re: DTD Question

2002-05-30 Thread @Basebeans.com
Subject: Re: DTD Question From: Serge Shikov [EMAIL PROTECTED] === Adam Cohen wrote: I'm working on a web-app that is on a server that has no access to the web on port 80. When web.xml tries to get the dtd: !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN http

RE: DTD Question

2002-05-30 Thread Andrew Hill
/dtds/web-app_2_2.dtd; /snip -Original Message- From: Struts Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 12:40 To: [EMAIL PROTECTED] Subject: Re: DTD Question Subject: Re: DTD Question From: Serge Shikov [EMAIL PROTECTED] === Adam Cohen wrote: I'm working on a web

struts-config_1_0.dtd Question

2001-02-08 Thread Josh
The struts-config_1_0.dtd file does not contain any constraints for describing the details of a form bean. This information is supposed to be used by the Digester to create the ActionFormBean classes. Is this functionality available at this point? Thanks, Josh