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