You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2007/04/26 00:32:15 UTC

[jira] Updated: (CONFIGURATION-2) [configuration] [1.2RC1] ConfigurationDynaBean may implement java.util.Map

     [ https://issues.apache.org/jira/browse/CONFIGURATION-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bourg updated CONFIGURATION-2:
---------------------------------------

    Fix Version/s: 1.2

> [configuration] [1.2RC1] ConfigurationDynaBean may implement java.util.Map
> --------------------------------------------------------------------------
>
>                 Key: CONFIGURATION-2
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-2
>             Project: Commons Configuration
>          Issue Type: Bug
>    Affects Versions: Nightly Builds
>         Environment: Operating System: other
> Platform: Other
>            Reporter: nicolas de loof
>             Fix For: 1.2
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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