Re: Possible JSTL/EL bug in 6.0.10

2007-03-20 Thread Gerald Holl
Ali Kian wrote: Hi Gerald, I wrote the example [1] please verify your web.xml and faces-config.xml with example [1] And make sure to remove all tld file from WEB-INF folder and also mare sure you delete old jstl.jar Ali, faces-config and web.xml are definitely valid. Old jstl jars are not pr

Re: Possible JSTL/EL bug in 6.0.10

2007-03-12 Thread Gerald Holl
Rémy Maucherat wrote: On 3/8/07, Gerald Holl <[EMAIL PROTECTED]> wrote: Well, I think I can't give you access to all the details of our (secret) project. Anyway, thanks for the offer. Ok, I am obviously not going to look at your application. What I meant is I would look at a

Re: Possible JSTL/EL bug in 6.0.10

2007-03-08 Thread Gerald Holl
Rémy Maucherat wrote: On 3/8/07, Gerald Holl <[EMAIL PROTECTED]> wrote: I extracted the jstl-1.2jar file and found many .tld files. Nearly all of them contain 1.2 and not 2.1 as you said. Only tags version 2.1 will be passed deferred expressions. The .tlds need to have a declaration lik

Re: Possible JSTL/EL bug in 6.0.10

2007-03-08 Thread Gerald Holl
David Delbecq wrote: En l'instant précis du 07/03/07 14:43, Gerald Holl s'exprimait en ces termes: David Delbecq wrote: En l'instant précis du 07/03/07 12:04, Gerald Holl s'exprimait en ces termes: David Delbecq wrote: Please provide the full jsp please. Side note: JSF

Re: Possible JSTL/EL bug in 6.0.10

2007-03-07 Thread Gerald Holl
David Delbecq wrote: En l'instant précis du 07/03/07 12:04, Gerald Holl s'exprimait en ces termes: David Delbecq wrote: Please provide the full jsp please. Side note: JSF and non-JSF tags do not mix very well. Sorry, should have seen it in your first mess

Re: Possible JSTL/EL bug in 6.0.10

2007-03-07 Thread Gerald Holl
David Delbecq wrote: Please provide the full jsp please. Side note: JSF and non-JSF tags do not mix very well. Here is the full JSP page: <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h"%> <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f"%> <%@ taglib prefix="c" uri="http://ja

Possible JSTL/EL bug in 6.0.10

2007-03-07 Thread Gerald Holl
Hello, JSTL is not working on Tomcat 6, the JSTL specific code never gets executed. Consider the following JSP page fragment: The list property is a simple java.util.List. A Object[] is not working too. In the bean the getList() method should be called but this never happens. Thus, the

Re: Tomcat bug when using Java Blueprints JSF components

2007-02-08 Thread Gerald Holl
Mark Thomas wrote: Gerald Holl wrote: Hello, I get the following exception when I view a JSP/JSF site with the Java Blueprints ui:Autocomplete component: java.lang.IllegalArgumentException: Do, 08 Feb 2007 09:48:43 GMT at org.apache.catalina.connector.Request.getDateHeader(Request.java

Re: Tomcat bug when using Java Blueprints JSF components

2007-02-08 Thread Gerald Holl
Mark Thomas wrote: It looks like a client issue. The valid formats for the date header are specified on page 20 of http://www.ietf.org/rfc/rfc2616.txt?number=2616 It looks like the client in sending "Do, ..." rather than "Thu, ..." Sometimes I get german error messages instead of english ones,

Tomcat bug when using Java Blueprints JSF components

2007-02-08 Thread Gerald Holl
Hello, I get the following exception when I view a JSP/JSF site with the Java Blueprints ui:Autocomplete component: java.lang.IllegalArgumentException: Do, 08 Feb 2007 09:48:43 GMT at org.apache.catalina.connector.Request.getDateHeader(Request.java:1791) at org.apache.catalina.c