>From: "Reynolds, James" <[EMAIL PROTECTED]> 
>
> Thanks Craig, 
> 
> I changed the dialog dtd to the scxml version as you showed me. 
> However, it's still trying to load the basic dialog. Do I need to 
> manuall register a copy of this dtd somewhere? 
> 
> I'm also getting an error for my faces-config.xml dtd (below), which I 
> obtained from a starter Facelets project. I'm sure I've read that Shale 
> is compatible with JSF 1.2; is the problem due to the way I've declared 
> the dtd in the root element? 
> 
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
> http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd"; 
> version="1.2"> 
> 
> Thanks again for the assistance. Here is the Console error messages and 
> the Tomcat Log Stack Trace. 
> 
> (Shale 1.0.4, Tomcat 5.5.17, JSF 1.2, Facelets 1.1.11) 
> 

I'm pretty sure that JSF 1.2 requires a Java EE container [1].  You will need 
to look at tomcat 6 or glassfish.  I had not realized that facelets was a 
subproject of JSF 1.2.  Humm....  interesting...

[1] https://javaserverfaces.dev.java.net/


Gary

Reply via email to