[ 
https://issues.apache.org/jira/browse/WW-4685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15496420#comment-15496420
 ] 

ASF subversion and git services commented on WW-4685:
-----------------------------------------------------

Commit 81371e09c54a1ba9c2d4d3207567263cc6e62474 in struts's branch 
refs/heads/support-2-3 from [~lukaszlenart]
[ https://git-wip-us.apache.org/repos/asf?p=struts.git;h=81371e0 ]

WW-4685 Adjusts cherry pick to 2.3.x


> Allow directly accessing I18N keys from Tiles defintions
> --------------------------------------------------------
>
>                 Key: WW-4685
>                 URL: https://issues.apache.org/jira/browse/WW-4685
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - Tiles
>            Reporter: Lukasz Lenart
>            Assignee: Lukasz Lenart
>            Priority: Minor
>             Fix For: 2.3.31, 2.5.3
>
>
> It'd be better to allow directly fetching I18N keys from Struts properties 
> instead of using multiple {{tiles.xml}} definitions. The latest version of 
> Tiles supports expression languages so it can be possible to add support for 
> Struts' internals.
> {code:xml}
> <definition name="home" extends="logged-in">
>   <put-attribute name="title" expression="S2:home.title"/>
>   <put-attribute name="body" value="/WEB-INF/tiles/home.jsp"/>
> </definition>
> {code}
> and {{home.title}} should be first evaluated as a key in resource bundle and 
> then as a value from ValueStack.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to