Hello, I'm trying to switch my app from myfaces 1.2.8 / Trinidad 1.2.13 to myfaces 2.0.0 / Trinidad 2.0.0.3-SNAPSHOT. I was already using facelets (1.1.15) I haven't found any relevant documentation on that subject online, so I basically changed version numbers in my pom.xml
Switching from myfaces 1.2.8 to myfaces 2.0.0 seems to work well (my app still runs fine) But if I try to switch to trinidad 2 (alpha, alpha2 or snapshot), I have this message for every actionListener in my code : javax.el.ELException: /somePage.xhtml: The class 'com.acme.someBean' does not have the property 'doSomething' Of course, the property exists (the application runs fine with Trinidad 1.2.x). Did I miss something ? Parameters in web.xml / faces-config.xml ? version of facelets / el-api ? Any hint is welcome, I'm stuck ! Regards, Cedric Durmont

