Re: strange problem setting up struts

2003-06-09 Thread Aaron Robinson
I've ended up changing the validator related xml files to use a hard coded local DTD and it now loads okay. From: "David Graham" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: strange proble

Re: strange problem setting up struts

2003-06-09 Thread David Graham
t; Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: strange problem setting up struts Date: Mon, 09 Jun 2003 08:04:47 -0600 In some versions of struts, you must have an internet connection in order to the validation XML files to validate

Re: strange problem setting up struts

2003-06-09 Thread Aaron Robinson
I've updated the struts-examples.war with commons-validator-1.0.2 and still get the problem From: "David Graham" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: strange problem setting up s

Re: strange problem setting up struts

2003-06-09 Thread David Graham
In some versions of struts, you must have an internet connection in order to the validation XML files to validate. I have the problem in 1.1RC1, but I read that it is fixed in the nightly build. In your validator XML files, you can change the URL of the DTD to point to a local disk file, and that s

Re: strange problem setting up struts

2003-06-09 Thread Kevin Robair
In some versions of struts, you must have an internet connection in order to the validation XML files to validate. I have the problem in 1.1RC1, but I read that it is fixed in the nightly build. In your validator XML files, you can change the URL of the DTD to point to a local disk file, and that s

strange problem setting up struts

2003-06-09 Thread Aaron Robinson
I'm working through the readme with struts rc1.1 and get the following error from both Tomcat and WLS 8.1 when trying to start the servlet container after deploying the struts-examples war. The documentation war has deployed successfuly INFO: Initializing, config='org.apache.struts.webapp.ex