[
https://issues.apache.org/jira/browse/RAVE-471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210462#comment-13210462
]
Anthony Carlucci commented on RAVE-471:
---------------------------------------
Properties loaded via the OverridablePropertyPlaceholderConfigurer can now be
accessed from JSP pages using the following syntax:
${applicationProperties['<propertyname>']}
for example:
${applicationProperties['portal.foo']}
Still TODO: improve test coverage for
o.a.r.p.w.context.RaveContextLoaderListener
> Add ability to read the application properties entries from JSP pages
> ---------------------------------------------------------------------
>
> Key: RAVE-471
> URL: https://issues.apache.org/jira/browse/RAVE-471
> Project: Rave
> Issue Type: Improvement
> Affects Versions: 0.8-INCUBATING
> Reporter: Anthony Carlucci
> Assignee: Anthony Carlucci
> Priority: Minor
> Fix For: 0.9-INCUBATING
>
>
> Feature enhancement: ability to read properties entries from JSP layer that
> are not part of the message bundles. This will be a useful feature when you
> need to host your properties files external to the WAR file and have content
> in them that need to be displayed in the presentation layer.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira