Re: StackOverflowError

2022-06-15 Thread Rubens Gomes
I enabled trace logging on "org.apache.struts2" and "com.opensymphony", and below are the repetive logs that I see. Again, the action returns NONE which maps to "dispatcher" type: 2022-06-15 22:48:35,853 DEBU c.e.w.s.a.u.RegisterUserAccountAction - cancel button pressed: returning NONE

Re: StackOverflowError

2022-06-15 Thread Lukasz Lenart
Fix is ready https://github.com/apache/struts/pull/571 śr., 15 cze 2022 o 10:14 Lukasz Lenart napisał(a): > > I have registered an issue [1], it's related to added support for Async > Actions > > [1] https://issues.apache.org/jira/browse/WW-5190 > > > Regards > -- > Łukasz > > > wt., 14 cze

Re: StackOverflowError

2022-06-15 Thread Lukasz Lenart
I have registered an issue [1], it's related to added support for Async Actions [1] https://issues.apache.org/jira/browse/WW-5190 Regards -- Łukasz wt., 14 cze 2022 o 18:38 Rubens Gomes napisał(a): > > this happens for the result Action.NONE below. If I change "dispatcher" to > "redirect"