Nope. I tried this as well, with the same problem:
<param-value>/WEB-INF/sandbox.taglib.xml</param-value>
I'm going to post to the facelets list...
Frank Russo
Senior Developer
FX Alliance, LLC
-----Original Message-----
From: Mike Kienenberger [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 27, 2006 4:31 PM
To: MyFaces Discussion
Subject: Re: General Converter Question
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.xm
l;/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>
==========================