Hi,

There's a JSF webapp I maintain. It runs fine on Tomcat 6.0.18. Recently I wanted to migrate environment to 6.0.26 but I ran into problems. Due to lack of time I just dropped migration idea. Unfortunately the same problem exists with Tomcat 6.0.28.

Basically, the problem is with handling JSF specific expressions from within tag files. I don't think that use of tag files is forbidden with JSF. But I'm not 100% sure though.

So, following code works when in use directly in JSP page:

<h:outputText value="#{app.username}"/>

But when used in a tag file it produces:

#{app.username}

There are no error messages in logs.

So, it used to work before because of some misimplementation in previous versions. Or stopped to work now because of misimplementation in newer versions :-)

In case someone is interested, here's the source code:
http://www.ceti.pl/~miki/java/jsf-test-case.tar.gz
and war file
http://www.ceti.pl/~miki/java/jsf-test-case.war

--
Mikolaj Rydzewski <m...@ceti.pl>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to