Shale Tiger Extensions with Tomcat 5.5.23

2007-06-26 Thread Vivian Steller
Hello, I'm trying to run Shale Tiger extensions with tomcat 5.5.23 using java 5 sdk. however it does not work, tomcat does not recognize my pojos annotated as shale beans. using tomcat 6.0.13 it all works fine. Thus I think my setup is right (I have faces-config in WEB-INF, and the

Re: Shale Tiger Extensions with Tomcat 5.5.23

2007-06-26 Thread Matthias Wessendorf
i think that particular tomcat has issues with reading listeners On 6/26/07, Vivian Steller [EMAIL PROTECTED] wrote: Hello, I'm trying to run Shale Tiger extensions with tomcat 5.5.23 using java 5 sdk. however it does not work, tomcat does not recognize my pojos annotated as shale beans.

h:outputFormat ignores escape=false (Might be MyFaces)

2007-06-26 Thread Ian.Priest
My h:outputFormat tag is ignoring it's escape=false attribute. My HTML is below. Can someone sanity check for me please! span xmlns:t=http://myfaces.apache.org/tomahawk; xmlns:h=http://java.sun.com/jsf/html; xmlns:f=http://java.sun.com/jsf/core; t:dataTable

Re: h:outputFormat ignores escape=false (Might be MyFaces)

2007-06-26 Thread Paul Spencer
Ian, See http://issues.apache.org/jira/browse/MYFACES-1396 Paul Spencer Ian.Priest wrote: My h:outputFormat tag is ignoring it's escape=false attribute. My HTML is below. Can someone sanity check for me please! span xmlns:t=http://myfaces.apache.org/tomahawk;

Re: Shale Tiger Extensions with Tomcat 5.5.23

2007-06-26 Thread Craig McClanahan
On 6/26/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: i think that particular tomcat has issues with reading listeners That was definitely the case in earlier 5.5 versions ... it's disappointing if they still haven't fixed it. Craig On 6/26/07, Vivian Steller [EMAIL PROTECTED] wrote:

RE: outputFormat ignores escape=false (Isn't MyFaces)

2007-06-26 Thread Ian.Priest
Found it - it's a bug in Clay. The escape attribute is missing from the definition of outputFormat in the clay-config.xml file in shale-clay 1.0.3. The current definition for the tag is: component jsfid=outputFormat componentType=javax.faces.HtmlOutputFormat extends=baseOutput