Not properly translating EL
---------------------------
Key: GERONIMO-3119
URL: https://issues.apache.org/jira/browse/GERONIMO-3119
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: Tomcat
Affects Versions: 2.0-M4
Environment: Windows
Reporter: Bobby Hargett
EL not processing bean info properly.
1. Here is some of the code
<title>Title? ${test.name}</title> *<---Not showing correct text*
</head>
<body>
<f:view>
<h:form>
<h:inputText id="hello" value="#{test.name}"> *<---This shows
correctly*
</h:inputText>
</h:form>
</f:view></body>
2. It works fine in just plain Tomcat 6 (using sun jsf/jstl)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.