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