You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2005/11/14 11:09:20 UTC

DO NOT REPLY [Bug 37486] New: - ConfigurationDynaBean may implement java.util.Map

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37486>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37486

           Summary: ConfigurationDynaBean may implement java.util.Map
           Product: Commons
           Version: Nightly Builds
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Configuration
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: ndeloof@capgemini.fr


ConfigurationDynaBean says 
"It also implements a Map interface so that it can be used in JSP 2.0 Expression
Language expressions."

Map interface is not implemented (in 1.2RC1) and ConfigurationDynaBean cannot be
used from EL :
<c:out value="${configuration['un.test']}"/> :
Unable to find a value for "un.test" in object of class
"org.apache.commons.configuration.beanutils.ConfigurationDynaBean" using
operator "[]" (null)

Simply implementing Map.get(Object) may solve the problem.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org