Return-Path: Delivered-To: apmail-tiles-users-archive@minotaur.apache.org Received: (qmail 29433 invoked from network); 2 Apr 2009 05:09:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Apr 2009 05:09:02 -0000 Received: (qmail 93887 invoked by uid 500); 2 Apr 2009 05:09:02 -0000 Delivered-To: apmail-tiles-users-archive@tiles.apache.org Received: (qmail 93797 invoked by uid 500); 2 Apr 2009 05:09:02 -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 Received: (qmail 93787 invoked by uid 99); 2 Apr 2009 05:09:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2009 05:09:01 +0000 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thechrispratt@gmail.com designates 74.125.46.155 as permitted sender) Received: from [74.125.46.155] (HELO yw-out-1718.google.com) (74.125.46.155) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2009 05:08:54 +0000 Received: by yw-out-1718.google.com with SMTP id 4so282516ywq.8 for ; Wed, 01 Apr 2009 22:08:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=6kPLj9qrCWYL/n9u1V+1KEwsU50xTJKK5CXKb7Endw4=; b=fFdgeOOlUOKSPitbb0Rk2uqMnyOPDc7lc4U/6QWKhdNJx4DQp/8V3rTKlMBDaa/rNP oiC/KwLGRpw+sd5uS0qn4WTkvPQJ5jv+i5gUs1qyLNdu2KFvbdyY5h4F0+uZay+U2nyG v3mx3DOLS8jaP4f3M1e/N2239xulaGYVL31Bo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=nHx/Y7bDC7xcysTY/xO1FjDgpNqDTp85flvkky1JsurffUMWK1VTKdIJwMkmIKV3tb xg4amCgm2D9EvG8Oe7CtQGDTW+U5z+VS18ZtK+Se3LD9GLOpXKuFfvr1Asc8Sem8UyVk U4Z2q8MIDzN5ellsAXjCJ+ARRA/JrYY7lelLw= MIME-Version: 1.0 Received: by 10.151.102.21 with SMTP id e21mr9355387ybm.85.1238648913397; Wed, 01 Apr 2009 22:08:33 -0700 (PDT) In-Reply-To: <22840882.post@talk.nabble.com> References: <22840882.post@talk.nabble.com> Date: Wed, 1 Apr 2009 22:08:33 -0700 Message-ID: <42db7f0a0904012208n3bd7d970w6e01dbd2f32f5eed@mail.gmail.com> Subject: Re: StackOverFlow Error with tiles 2.1.2 From: Chris Pratt To: users@tiles.apache.org Content-Type: multipart/alternative; boundary=001517510cce7c0c2004668b6cde X-Virus-Checked: Checked by ClamAV on apache.org --001517510cce7c0c2004668b6cde Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Looks like you have some infinite recursion going on. Your in struts.xml returns success which causes tiles to process the in tiles.xml which processes the /pages/tiles/listing.jsp that includes which return success which execute's the result sending it to the tiles listing-page which includes listing.jsp, that runs the showListing action and on and on until the stack runs out of space. You shouldn't need to use the tag inside your tile, by the time you're processing the tile, that action has already run. (*Chris*) On Wed, Apr 1, 2009 at 9:56 PM, joea88 wrote: > > I have a struct action tag in my body.jsp, something like this: >
Title
>
Listings.... > >
> > And in struts.xml > > listing-page > > > in tiles.xml > extends="layout-base"> > > > > When the s:action is executed, instead of inserting the returned > listing.jsp > into body.jsp, the content in body.jsp got rendered again and again until > stackoverflowerror exception is thrown. > > Everything is fine with tiles version 2.0.5. Please anyone help me with > this? > -- > View this message in context: > http://www.nabble.com/StackOverFlow-Error-with-tiles-2.1.2-tp22840882p22840882.html > Sent from the tiles users mailing list archive at Nabble.com. > > --001517510cce7c0c2004668b6cde--