You have to associate the DTD's URL to a local copy of the file (or at
least that's how I do it).  You can do this through the IDE Settings
(I think the location differs depending on which version you're
using).  In this case, you'd map
"http://struts.apache.org/dtds/struts-config_1_1.dtd"; to the struts
config DTD file.  A copy of this file is in the "lib" directory of
your Struts 1.1 download.

hth,
Hubert

On Thu, 3 Mar 2005 16:18:50 -0000, Suzy Fynes
<[EMAIL PROTECTED]> wrote:
> 
> 
> Hey,
> 
> I'm having trouble getting Intelli j to find my struts jar. I've the jar
> to the project class path but
> <!DOCTYPE struts-config PUBLIC
>     "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
>     "http://struts.apache.org/dtds/struts-config_1_1.dtd";>
> 
> its not finding the http://struts.ap <http://struts.ap/> ... resource
> 
> I'm getting the URI is not registered
> 
> Any ideas why this is?
> 
> Thanks
> Suzy
> 
>

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

Reply via email to