You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by Jasha Joachimsthal <j....@onehippo.com> on 2012/03/12 21:47:45 UTC

Re: [jira] [Commented] (RAVE-471) Add ability to read the application properties entries from JSP pages

Can you please document this on the site?

Jasha

On 17 February 2012 20:21, Anthony Carlucci (Commented) (JIRA) <
jira@apache.org> wrote:

>
>    [
> 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
>
>
>