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 E8A90200B17 for ; Mon, 6 Jun 2016 22:12:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E74D5160A24; Mon, 6 Jun 2016 20:12: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 4937A160A59 for ; Mon, 6 Jun 2016 22:12:22 +0200 (CEST) Received: (qmail 64447 invoked by uid 500); 6 Jun 2016 20:12: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 64349 invoked by uid 99); 6 Jun 2016 20:12:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2016 20:12:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 320112C1F54 for ; Mon, 6 Jun 2016 20:12:21 +0000 (UTC) Date: Mon, 6 Jun 2016 20:12:21 +0000 (UTC) From: "paul deg (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (WW-4629) Tile definition Inheritance/overriding is broken in Struts2 tiles plugin 2.3.28+ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 06 Jun 2016 20:12:23 -0000 [ https://issues.apache.org/jira/browse/WW-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15317136#comment-15317136 ] paul deg edited comment on WW-4629 at 6/6/16 8:11 PM: ------------------------------------------------------ This is legacy code which I didn't write, so not sure why it was written like this, and it does work with 2.3.24 plugin. So I removed scrips from bodies of "insertAttribute" calls, and added "cascade=true" to base definition and to the child defs. And it works! Thanks. was (Author: pauldeg): This is legacy code which I didn't write, and it does work with 2.3.24 plugin. So I removed scrips from bodies of "insertAttribute" calls, and added "cascade=true" to base definition and to the child defs. And it works! Thanks. > Tile definition Inheritance/overriding is broken in Struts2 tiles plugin 2.3.28+ > -------------------------------------------------------------------------------- > > Key: WW-4629 > URL: https://issues.apache.org/jira/browse/WW-4629 > Project: Struts 2 > Issue Type: Bug > Components: Plugin - Tiles > Affects Versions: 2.3.28 > Reporter: paul deg > Fix For: 2.3.29 > > > Tiles definition working with Struts2 release 2.3.24 stopped working in 2.3.28+. > Example: > {code:xml} > > > > > > > > > > {code} > Value of attribute "title" defined in "enrollment.resp.choose" definition is not available in any scope. -- This message was sent by Atlassian JIRA (v6.3.4#6332)