Wendy,
 
Thanks for your help.  I will implement your suggestions.  I have only been 
using struts for about two weeks, and definitely like everything it has to 
offer.  Kudos to the struts team and people on this list willing to help a newb 
out.
 
Randall

________________________________

From: 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 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 find this file locally.

I just disabled my network connection, started Tomcat 5.5.9, and dropped in
all of the example/documentation webapps that ship with Struts 1.2.7.
Everything works fine offline for me.

Do you have any .tld files sitting "loose" in WEB-INF?  Do you have any
<taglib> tags in web.xml?  Try removing both the .tld files and the mappings
in web.xml.  The dtds are in their respective .jar files, and can be located
there if you use the correct DOCTYPE declaration.

Here's an archived post from Craig explaining how it works:
http://marc.theaimsgroup.com/?l=struts-user&m=107842475723945

--
Wendy Smoak



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to