RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-28 Thread Randall Svancara
: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Sat 5/28/2005 4:37 PM To: Struts Users Mailing List Subject: Re: Strange Error : Cannot find ActionMappings or ActionFormBeans collection From: "Randall Svancara" <[EMAIL PROTECTED]> > I can replicate this problem on my lapt

Re: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-28 Thread Wendy Smoak
From: "Randall Svancara" <[EMAIL PROTECTED]> I can replicate this problem on my laptop as well. When I disable the network connections, I recieve the same errors. So why does struts need to go to http://struts.apache.org/dtds/struts-config_1_2.dtd to find the dtds?? So how can I make struts f

RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-28 Thread Randall Svancara
s?? So how can I make struts find this file locally. Thanks Randall From: Randall Svancara [mailto:[EMAIL PROTECTED] Sent: Sat 5/28/2005 7:03 AM To: Struts Users Mailing List Subject: RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collecti

RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-28 Thread Randall Svancara
From: Randall Svancara [mailto:[EMAIL PROTECTED] Sent: Sat 5/28/2005 7:03 AM To: Struts Users Mailing List Subject: RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collection ahhthanks web.xml...no DOCTYPE herecould this be a problem

RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-28 Thread Randall Svancara
ROTECTED] Sent: Fri 5/27/2005 8:50 PM To: Struts Users Mailing List Subject: Re: Strange Error : Cannot find ActionMappings or ActionFormBeans collection From: "Randall Svancara" <[EMAIL PROTECTED]> > Anyway I am posting my struts config file. > Configuration 1.2//EN"

RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-28 Thread Randall Svancara
ahhthanks web.xml...no DOCTYPE herecould this be a problem?? http://java.sun.com/xml/ns/j2ee " xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance " version="2.4" xsi:schemaLocation="http://java.sun.com/xml

Re: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-27 Thread Wendy Smoak
From: "Randall Svancara" <[EMAIL PROTECTED]> Anyway I am posting my struts config file. Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_2.dtd";> I only asked for the DOCTYPE declaration, (not the whole file!) and not just for struts-config, but for all struts-related co

RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-27 Thread Randall Svancara
";> From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Fri 5/27/2005 4:44 PM To: Struts Users Mailing List Subject: Re: Strange Error : Cannot find ActionMappings or ActionFormBeans collection From: "Randall Svancara" <[EMAIL PROTECTE

Re: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-27 Thread Wendy Smoak
From: "Randall Svancara" <[EMAIL PROTECTED]> > I can see this is a really active list on a Friday... It's the Friday before a three-day holiday weekend in the US, so I wouldn't expect much traffic from here until Tuesday. > java.net.UnknownHostException: struts.apache.org. My server would not >

RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-27 Thread Randall Svancara
find ActionMappings or ActionFormBeans collection More error messagesI have log4j set configured and this is the error returned by struts. I believe it is having a problem with reading my struts config file or some other resource. However, I am not sure why this is the case because this same

RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-27 Thread Randall Svancara
More error messagesI have log4j set configured and this is the error returned by struts. I believe it is having a problem with reading my struts config file or some other resource. However, I am not sure why this is the case because this same application works just fine in my test environment