-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.2
-
None
-
-
Release Notes
-
-
Documented as Resolved Issue
-
NEW
One of these bug fixes introduced with JBoss EAP 5.1.2 introduced the regression described below: JBPAPP-6501 JBPAPP-6382
Bug 48627 - JasperException with JSF tags and value expressions
https://issues.apache.org/bugzilla/show_bug.cgi?id=48627
Now some jsps with jsf tags are not compiling anymore.
Following tag results in a JasperException in 6.0.24 but compiles fine with
older versions:
<h:outputText value="
">
Stack:
Caused by: org.apache.jasper.JasperException: /pages/preferences.jsp(147,100)
According to TLD or attribute directive in tag file, attribute value does not
accept any expressions
at
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
at
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
...