On 4/27/06, Frank Russo <[EMAIL PROTECTED]> wrote:
> I've tried other sandbox components in the past, but have had similar
> problems.

Possibly a newline issue in the facelets.LIBRARIES list?

Here's what I have:

web.xml:
==========================
    <context-param>
      <param-name>facelets.LIBRARIES</param-name>
      
<param-value>/WEB-INF/jenia4faces.taglib.xml;/WEB-INF/tomahawk.taglib.xml;/WEB-INF/sandbox.taglib.xml</param-value>
      <description>A semicolon (;) delimitted list of paths to Facelet
tag libraries</description>
    </context-param>
==========================


page code:
==========================
          xmlns:sandbox="http://myfaces.apache.org/sandbox";
==========================

sandbox.taglib.xml:
==========================
<?xml version="1.0"?>
<!DOCTYPE facelet-taglib PUBLIC
  "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
  "http://java.sun.com/dtd/facelet-taglib_1_0.dtd";>

<facelet-taglib>
    <namespace>http://myfaces.apache.org/sandbox</namespace>
==========================

Reply via email to