Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E8957200B82 for ; Fri, 16 Sep 2016 16:09:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E7111160AD9; Fri, 16 Sep 2016 14:09:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 60224160A8C for ; Fri, 16 Sep 2016 16:09:22 +0200 (CEST) Received: (qmail 15841 invoked by uid 500); 16 Sep 2016 14:09:21 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 15824 invoked by uid 99); 16 Sep 2016 14:09:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2016 14:09:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 689B42C0D59 for ; Fri, 16 Sep 2016 14:09:21 +0000 (UTC) Date: Fri, 16 Sep 2016 14:09:21 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (WW-4685) Allow directly accessing I18N keys from Tiles defintions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 16 Sep 2016 14:09:23 -0000 [ https://issues.apache.org/jira/browse/WW-4685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lukasz Lenart resolved WW-4685. ------------------------------- Resolution: Fixed > 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} > > > > > {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)