Re: Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-30 Thread jacob
awesome :-) >I downloaded a snapshot of the sources today and have verified that >the converter problem is solved. The page that uses a converter in >jsf-cardemo works fine now. > >Thanks. > >Martin > >On 11/29/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: >> Martin Dubuc wrote: >> > There seems

Re: Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-30 Thread Martin Dubuc
I downloaded a snapshot of the sources today and have verified that the converter problem is solved. The page that uses a converter in jsf-cardemo works fine now. Thanks. Martin On 11/29/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: Martin Dubuc wrote: > There seems to be a problem with Conver

Re: Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-29 Thread Remy Maucherat
Martin Dubuc wrote: There seems to be a problem with Converter subclasses when running a JSF 1.2 Web app inside Tomcat 6.0.2. This problem can be reproduced by running the JSF car demo Web app that comes with the JSF 1.2 distribution. To reproduce, in the car demo startup page, choose locale (cli

Re: Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-29 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: btw, I can't believe that wouldn't have gotten caught in the TCK in general checking of literal used in deferred EL assignment. Yes, it works ;) Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-29 Thread jacob
btw, I can't believe that wouldn't have gotten caught in the TCK in general checking of literal used in deferred EL assignment. >[EMAIL PROTECTED] wrote: >> It doesn't look like it's picking up the fact that the expression is >literal. >> >> Both pertinent classes look correct from Tomcat: >>

Re: Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-29 Thread jacob
Literals are acceptable for both MethodExpression and ValueExpression in both deferred and immediate invocation. MethodExpression example: public String method() can just be 'cart', which will be returned as the result. In the converter case, a single attribute handles both the 'named' converte

Re: Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-29 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: It doesn't look like it's picking up the fact that the expression is literal. Both pertinent classes look correct from Tomcat: http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/java/org/apache/jasper/el/JspValueExpression.java http://svn.apache.org/repos/asf/tomcat/

Re: Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-29 Thread jacob
It doesn't look like it's picking up the fact that the expression is literal. Both pertinent classes look correct from Tomcat: http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/java/org/apache/jasper/el/JspValueExpression.java http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/java/org/apac

Re: Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-29 Thread Martin Dubuc
I am running jsf-1.2_02-b03-FCS. Martin On 11/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: What version of JSF 1.2 are you running exactly? >There seems to be a problem with Converter subclasses when running a >JSF 1.2 Web app inside Tomcat 6.0.2. This problem can be reproduced by >run

RE: Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-29 Thread jacob
What version of JSF 1.2 are you running exactly? >There seems to be a problem with Converter subclasses when running a >JSF 1.2 Web app inside Tomcat 6.0.2. This problem can be reproduced by >running the JSF car demo Web app that comes with the JSF 1.2 >distribution. To reproduce, in the car demo

Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-29 Thread Martin Dubuc
There seems to be a problem with Converter subclasses when running a JSF 1.2 Web app inside Tomcat 6.0.2. This problem can be reproduced by running the JSF car demo Web app that comes with the JSF 1.2 distribution. To reproduce, in the car demo startup page, choose locale (click English for instan