Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 5.x
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:OS X, JDK 5, Maven 2, AppFuse 2.0 with MyFaces 1.2.0
-
Number of attachments :
Description
When viewing a page that doesn't exist, the following (from messages.jsp) throws the error below:
<c:if test="$
{not empty errors}">
<div class="error" id="errorMessages">
<c:forEach var="error" items="$
">
<img src="<c:url value="/images/iconWarning.gif"/>"
alt="<fmt:message key="icon.warning"/>" class="icon" />
<c:out value="$
" escapeXml="false"/><br />
</c:forEach>
</div>
</c:if>
Caused by: javax.faces.el.EvaluationException: ELResolver cannot handle a null base Object with identifier 'errors'
Everything works fine on Tomcat 6.0.14.
http://www.nabble.com/Is-it-possible-to-exclude-commons-el-as-a-dependency-with-the-maven-jetty-plugin--tf4348944.html#a12391297
http://issues.appfuse.org/browse/APF-856
Activity
| Field | Original Value | New Value |
|---|---|---|
| Affects Version/s | 5.x [ 13655 ] | |
| Affects Version/s | 6.1.6 [ 13654 ] |
| Resolution | Cannot Reproduce [ 5 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
This should say Jetty 6.1.6 (I'm using the maven-jetty-plugin), not version 5.x. Thanks.