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 yo

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 wai

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
47042 sessioncount 2 2022-06-15 22:49:07,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: StackOver

Re: StackOverflowError

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

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) To

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 ex

Re: StackOverflowError

2022-06-14 Thread Martin Gainty
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-13 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 Action

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 tim

Re: action tag with tile result causing StackOverflowError-

2016-11-28 Thread Christoph Nenning
You can file struts bugs here: https://issues.apache.org/jira/browse/WW/ Regards, Christoph > From: Vishal Jhagadiawala > To: Struts Users Mailing List , > Date: 25.11.2016 20:04 > Subject: Re: action tag with tile result causing StackOverflowError- > > Thanks Christ

Re: action tag with tile result causing StackOverflowError-

2016-11-25 Thread Vishal Jhagadiawala
="title", value="titel"),                 @TilesPutAttribute(name="content",value="content.jsp")         } ) Hope that helps! Regards, Christoph > From: Vishal Jhagadiawala > To: Struts Users Mailing List , > Date: 21.11.2016 16:14 >

Re: action tag with tile result causing StackOverflowError-

2016-11-22 Thread Christoph Nenning
> To: Struts Users Mailing List , > 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) > actionResult.jsp > This

Re: action tag with tile result causing StackOverflowError-

2016-11-21 Thread Vishal Jhagadiawala
: 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 below with tiles result it's goes in > infinite loop and throws it throws java.lang.S

Re: action tag with tile result causing StackOverflowError-

2016-11-21 Thread Christoph Nenning
gt; From: Vishal Jhagadiawala > To: Struts Users Mailing List , > 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 us

Re: action tag with tile result causing StackOverflowError-

2016-11-19 Thread Vishal Jhagadiawala
10:28, Vishal Jhagadiawala 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 reproduce this issue in sho

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