[ 
https://issues.apache.org/jira/browse/GERONIMO-3119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492107
 ] 

Bobby Hargett commented on GERONIMO-3119:
-----------------------------------------

I am not sure, I cleaned out my war files and reran it and it works fine.

This error can be fixed by making sure jstl.jar and standard.jar are included 
in the xml.  In 2.0M4 I don't see standard as a common lib, but it still works.

> 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
>         Attachments: gov.wake.library.war
>
>
> 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.

Reply via email to