This sounds like a MyFaces issue. Have you tried posting this to
their mailing list?
Matt
On Dec 14, 2007, at 1:52 PM, Carlos Ortiz wrote:
Hi
I have this
<context-param>
<param-name>org.apache.myfaces.ADD_RESOURCE_CLASS</param-name>
<param-
value>org.apache.myfaces.component.html.util.StreamingAddResource</
param-value>
</context-param>
I need to use this because I need special characters in my HTML
rendered code such as áéñ, etc and shown in an alert in the
javascript code included in a page (The people would require this
if using non-latin characters). This works fine, but when I use it
with the <t:inputCalendar> component of the Tomahawk distribution,
with the [renderAsPopup="true"] and
[renderPopupButtonAsImage="true"] properties, it does not work as
the resources are not found for some reason.
This is a bug, please check it out, I am an user for the framework,
not a committer or developer of it.
Hope someone do read.