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 til