From issues-return-27703-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Fri Jun 3 16:09:04 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 BD910193FE for ; Fri, 3 Jun 2016 16:09:04 +0000 (UTC) Received: (qmail 70695 invoked by uid 500); 3 Jun 2016 16:08:59 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 70651 invoked by uid 500); 3 Jun 2016 16:08:59 -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 70631 invoked by uid 99); 3 Jun 2016 16:08:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2016 16:08:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 607702C1F5C for ; Fri, 3 Jun 2016 16:08:59 +0000 (UTC) Date: Fri, 3 Jun 2016 16:08:59 +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=15314280#comment-15314280 ] paul deg edited comment on WW-4629 at 6/3/16 4:08 PM: ------------------------------------------------------ I access the title like this: in the base layout JSP: "header" is another JSP which needs to have access to the title value. This code works fine with 2.3.24 version of the plugin. If I upgrade, then the base layout JSP chokes up on "" - compiler says cannot find variable "title". I noticed Maven pulls Tiles version 2.2.2, is this correct version for the 2.3.28? was (Author: pauldeg): I access the title like this: in the base layout JSP: "header" is another JSP which needs to have access to the title value. This code works fine with 2.3.24 version of the plugin. If I upgrade, then the base layout JSP chokes up on "" - compiler says cannot find variable "title". > 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)