Re: StackOverflowError

2022-06-21 Thread Lukasz Lenart
wt., 21 cze 2022 o 11:56 Prasanth napisał(a): > > I need an id added to the link as a param (coming from prior action), so > have used a JSP forward. If I use redirect type and specify the url in > the struts.xml itself would I be able to specify the dynamic id provided > by prior action? Here

Re: StackOverflowError

2022-06-21 Thread Prasanth
I need an id added to the link as a param (coming from prior action), so have used a JSP forward. If I use redirect type and specify the url in the struts.xml itself would I be able to specify the dynamic id provided by prior action? Thanks, Prasanth On 2022-06-21 00:11, Lukasz Lenart wrote:

Re: StackOverflowError

2022-06-20 Thread Lukasz Lenart
wt., 21 cze 2022 o 04:31 Prasanth napisał(a): > Would there be a release based on this? If not what is the best way to > include a new swingset jar into Maven build for a project? Yes, I'm working on a fix. And if you cannot use "redirect" result instead of "dispatcher" in such case, you must

Re: StackOverflowError

2022-06-20 Thread Prasanth
type = "redirect" ) } ) > //@formatter:on > @Namespace( "/useraccount" ) > @Slf4j > public class RegisterUserAccountAction extends BaseActionSupport > implements ServletRequestAware, ServletResponseAware > > _____

Re: StackOverflowError

2022-06-15 Thread Rubens Gomes
,044 DEBU o.a.j.l.DirectJDKLog - End expire sessions StandardManager processingTime 1 expired sessions: 0 From: Rubens Gomes Sent: Tuesday, June 14, 2022 11:38 AM To: Struts Users Mailing List Subject: Re: StackOverflowError this happens for the result A

Re: StackOverflowError

2022-06-15 Thread Lukasz Lenart
; ) } ) > > //@formatter:on > > @Namespace( "/useraccount" ) > > @Slf4j > > public class RegisterUserAccountAction extends BaseActionSupport > > implements ServletRequestAware, ServletResponseAware > > > > > > From: L

Re: StackOverflowError

2022-06-15 Thread Lukasz Lenart
type = "redirect" ) } ) > //@formatter:on > @Namespace( "/useraccount" ) > @Slf4j > public class RegisterUserAccountAction extends BaseActionSupport > implements ServletRequestAware, ServletResponseAware > > _____

Re: StackOverflowError

2022-06-14 Thread Rubens Gomes
__ From: Lukasz Lenart Sent: Tuesday, June 14, 2022 1:02 AM To: Struts Users Mailing List Subject: Re: StackOverflowError Could you share a minimal configuration of this result? Regards Łukasz wt., 14 cze 2022 o 07:23 Rubens Gomes napisał(a): > > I am runnning a Spring Boot 2.7.0 (Latest)

Re: StackOverflowError

2022-06-14 Thread Prasanth
I see a forward after the execute is called. If this is the same issue as what I am having, code execution is going back to the first action class rather than the action class referred to by the forward. To confirm this you can run it in debug mode and have a break point in the first action

Re: StackOverflowError

2022-06-14 Thread Martin Gainty
that Lukasz requested BR From: Lukasz Lenart Sent: Tuesday, June 14, 2022 2:02 AM To: Struts Users Mailing List Subject: Re: StackOverflowError Could you share a minimal configuration of this result? Regards Łukasz wt., 14 cze 2022 o 07:23 Rubens Gomes napisał(a): >

Re: StackOverflowError

2022-06-14 Thread Lukasz Lenart
Could you share a minimal configuration of this result? Regards Łukasz wt., 14 cze 2022 o 07:23 Rubens Gomes napisał(a): > > I am runnning a Spring Boot 2.7.0 (Latest) Tomcat embedded WAR + Spring > Security + Struts 6.0.0 Actions + JSP pages. I started noticing a loop when > a Struts2

StackOverflowError

2022-06-13 Thread Rubens Gomes
I am runnning a Spring Boot 2.7.0 (Latest) Tomcat embedded WAR + Spring Security + Struts 6.0.0 Actions + JSP pages. I started noticing a loop when a Struts2 Action result type is a "dispatcher" with following repetive stack trace. Then, a stack overflow is raised. .. repeated several

Re: action tag with tile result causing StackOverflowError-

2016-11-28 Thread Christoph Nenning
with tile result causing StackOverflowError- > > Thanks Christoph for suggestion, That's best way to do it, > In my application I have lots of nested content, which is called by > along with tiles result. > > The code worked fine upto struts 2.2.1.1 and tiles 2.0.6 versions.

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
, Vishal Jhagadiawala <vish_...@yahoo.com.INVALID> wrote: 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 rep

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