Author: dan.j.allen
Date: 2009-03-31 17:05:39 -0400 (Tue, 31 Mar 2009)
New Revision: 10257
Modified:
trunk/src/main/org/jboss/seam/el/SeamELResolver.java
Log:
add JIRA reference
Modified: trunk/src/main/org/jboss/seam/el/SeamELResolver.java
===================================================================
--- trunk/src/main/org/jboss/seam/el/SeamELResolver.java 2009-03-31 21:00:45 UTC (rev
10256)
+++ trunk/src/main/org/jboss/seam/el/SeamELResolver.java 2009-03-31 21:05:39 UTC (rev
10257)
@@ -169,7 +169,7 @@
private Object resolveInNamespace(ELContext context, Namespace namespace, Object
property) {
Object result = namespace.get((String) property);
- // if the result is null, it means that there is no component instance bound to
this qualified name
+ // JBSEAM-3077 if the result is null, it means that there is no component
instance bound to this qualified name
context.setPropertyResolved(true);
return result;
}
Show replies by date