https://issues.apache.org/bugzilla/show_bug.cgi?id=49112
Summary: MyFaces (JSF) lost it's support Product: Tomcat 6 Version: 6.0.26 Platform: Other OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: peter.kov...@gmail.com I have simple and standard MyFaces app. deployed, that worked successfully on 6.0.18 tomcat on the same OS(Ubuntu kernel 2.6.31-20-generic, i686). After deploy on 6.0.26 it stops to work correctly. 1) message bundles not recognized, code like that not working: <h:commandButton value="#{message.abc}"/> it does not see the message, treats all the #{message.abc} like a simple string. 2) In select boxes it does not recognize value listeners. treats them like simple strings. It seems TomCat became unaware of JSF presence in the app. Deployment details: All jsf libs are under MY_WEB_APP/WEB_INF/lib, in tomcat libs I have nothing of mine. "myfaces" version used is 1.2.5 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org