From issues-return-27708-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Mon Jun 6 20:12:21 2016 Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AF2DB19A76 for ; Mon, 6 Jun 2016 20:12:21 +0000 (UTC) Received: (qmail 64543 invoked by uid 500); 6 Jun 2016 20:12:21 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org 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 [ 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)