Re: action tag with tile result causing StackOverflowError-

2016-11-28 Thread Christoph Nenning
ibute(name="title", value="titel"), > @TilesPutAttribute(name="content",value="content.jsp") > } > ) > > > > Hope that helps! > > > > Regards, > Christoph > > > > > > > From: V

Re: action tag with tile result causing StackOverflowError-

2016-11-25 Thread Vishal Jhagadiawala
uts Users Mailing List <user@struts.apache.org>, > Date: 21.11.2016 16:14 > Subject: Re: action tag with tile result causing StackOverflowError- > > Hi Christoph, > Please find my response below. > > Here is my actionTileResult.jsp (it is for test) > actionRes

Re: action tag with tile result causing StackOverflowError-

2016-11-22 Thread Christoph Nenning
t;vish_...@yahoo.com.INVALID> > To: Struts Users Mailing List <user@struts.apache.org>, > Date: 21.11.2016 16:14 > Subject: Re: action tag with tile result causing StackOverflowError- > > Hi Christoph, > Please find my response below. > > Here is my actionTi

Re: action tag with tile result causing StackOverflowError-

2016-11-21 Thread Vishal Jhagadiawala
Users Mailing List <user@struts.apache.org>, > Date: 19.11.2016 20:55 > Subject: Re: action tag with tile result causing StackOverflowError- > > Hi , > I also verified the exactly same error happens in struts 2.5.5 with > tiles 3.0.7. > if we try to use action tag as bel

Re: action tag with tile result causing StackOverflowError-

2016-11-21 Thread Christoph Nenning
rom: Vishal Jhagadiawala <vish_...@yahoo.com.INVALID> > To: Struts Users Mailing List <user@struts.apache.org>, > Date: 19.11.2016 20:55 > Subject: Re: action tag with tile result causing StackOverflowError- > > Hi , > I also verified the exactly same error happens in

Re: action tag with tile result causing StackOverflowError-

2016-11-19 Thread Vishal Jhagadiawala
Hi , I also verified the exactly same error happens in struts 2.5.5 with tiles 3.0.7. if we try to use action tag as below with tiles result it's goes in infinite loop and throws it throws java.lang.StackOverflowError, Layout.jsp          Notice that this is a layout made in JSP        

action tag with tile result causing StackOverflowError-

2016-11-19 Thread Vishal Jhagadiawala
Hi , I have upgraded my struts application to version 2.3.30 and apache-tiles 2.2.2 and I am facing issue with s:action tag and tiles result. it goes in recursive loop and throws StackOverflowError as below.  also I am able to reproduce this issue in showcase application, I have outlined the