Re: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method invocation, such as "#{helloWorldController.doSomething(helloWorldModel)}"

2010-06-21 Thread John Wu
}": Method not found: org.wjh.experiment.jsf.helloworldcontrol...@c5122f.dosomething() The previous attached project is still valid as a test case. John Wu markt-2 wrote: > > On 10/06/2010 14:42, John Wu wrote: >> >> Hi Mark, >> >> The fix of "to derive

Re: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method invocation, such as "#{helloWorldController.doSomething(helloWorldModel)}"

2010-06-10 Thread John Wu
That sounds even better. I'm looking forward to test the modified impl in the next RC/release. Mark Thomas wrote: > > On 10/06/2010 14:42, John Wu wrote: >> >> Hi Mark, >> >> The fix of "to derive the type directly from the value which ..." so

Re: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method invocation, such as "#{helloWorldController.doSomething(helloWorldModel)}"

2010-06-10 Thread John Wu
If CANDIDATES is empty, then NOT-FOUND; . else if only one is left, then FOUND; . else, AMBIGUOUS John Wu http://old.nabble.com/file/p28843317/jsf-2.0-el-2.2.testcase-v2.zip jsf-2.0-el-2.2.testcase-v2.zip -- View this message in context: http://old.nabble.com/EL-2.2-in-Tomcat-7-RC1-RC2-does-

RE: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method invocation, such as "#{helloWorldController.doSomething(helloWorldModel)}"

2010-05-26 Thread John Wu
Just to follow up. Same failure happens on Tomcat RC3. n828cl wrote: > >> From: John Wu [mailto:johnwu@gmail.com] >> Subject: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method >> invocation, such as >> "#{helloWorldController.doSomething(helloWorldMo

Re: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method invocation, such as "#{helloWorldController.doSomething(helloWorldModel)}"

2010-05-25 Thread John Wu
Same failure observed on Tomcat 7 RC1 and RC2. Konstantin Kolinko wrote: > > 2010/5/25 John Wu : >> >> I tried to use JSF 2.0 + Facelets (no JSP at all) in Tomcat 6 with EL 2.2 >> (extracted from Tomcat 7 RC2), and failed. > > You cannot cut some random pa

RE: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method invocation, such as "#{helloWorldController.doSomething(helloWorldModel)}"

2010-05-25 Thread John Wu
Issue stays on Tomcat 7 RC1 and RC2. I can't download RC3 at the moment, will try it tomorrow. John Wu n828cl wrote: > >> From: John Wu [mailto:johnwu@gmail.com] >> Subject: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method &g

EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method invocation, such as "#{helloWorldController.doSomething(helloWorldModel)}"

2010-05-25 Thread John Wu
I tried to use JSF 2.0 + Facelets (no JSP at all) in Tomcat 6 with EL 2.2 (extracted from Tomcat 7 RC2), and failed. see http://old.nabble.com/MyFaces-2.0.0-doest-not-fully-support-EL-2.2-method-invocation-tt28669825.html and http://old.nabble.com/using-new-el-api-2.2-with-myfaces2.0-and-tomcat6-t