Return-Path: Delivered-To: apmail-tiles-users-archive@locus.apache.org Received: (qmail 75172 invoked from network); 19 Nov 2007 16:11:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2007 16:11:25 -0000 Received: (qmail 5147 invoked by uid 500); 19 Nov 2007 16:11:12 -0000 Delivered-To: apmail-tiles-users-archive@tiles.apache.org Received: (qmail 5125 invoked by uid 500); 19 Nov 2007 16:11:12 -0000 Mailing-List: contact users-help@tiles.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@tiles.apache.org Delivered-To: mailing list users@tiles.apache.org Delivered-To: moderator for users@tiles.apache.org Received: (qmail 69853 invoked by uid 99); 16 Nov 2007 20:34:22 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of doktora@gmail.com designates 209.85.146.178 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=nfO9uHr4kTjyCee5AYSCaPjNF4jkiS7Gnr4Luq9bmSY=; b=nwWXE4QIh5x8X1qh6Bb8cfAd9dphwVhUCFooMcsbiTi9RMsfWM8Pkz8PphnzAdL6Qj3qWxCXUlt3W6lDyg819aoCKL5iwmYoQiQaJHHHfrIyOWJ8IvRkGaE09d0LuJfY+NEPq0gSFkid8YR9pAutmu+eTevJwI+YAtw/HSLtb/I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VEXTQLy6nhyC0HxmWXau/yh5NuXSLPSJas3WfuU7VsK2TURnSbZqXpTCUsjvNaKbWrpKDaIDhFQzEboj8INhM/1ZOXuMuZz9GHllEWOZhUancHqrDnl80KP0iu2zfvozGfFpBGs4NEsOGzks1LQoTwrx07HaMd/54EoBxqvmByw= Message-ID: <3398909b0711161234s2b164dden394f56d569c4e4dc@mail.gmail.com> Date: Fri, 16 Nov 2007 20:34:05 +0000 From: "doktora v" To: users@tiles.apache.org Subject: tiles2: inject bean via putAttribute MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, When I try the code below and in "layout.jsp" I do the rendered html displays "${bodyContent}" rather than the expected "Body Content defined by an el". Am I doing something wrong, or is this not working yet (I'm using tiles 2.0.5 with struts 1.3.8). testput.jsp ---------------------- <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %>