Re: StackOverflowError

2022-06-14 Thread Rubens Gomes
this happens for the result Action.NONE below. If I change "dispatcher" to "redirect" it works. @Results( { @Result( name = { Action.INPUT, Action.ERROR }, location = "/WEB-INF/content/%{#request.device}/useraccount/register.jsp", type = "dispatcher" ),

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
Hi Rubens Do you see any of these messages Request {} is excluded from handling by Struts, passing request to other filters -OR- Assuming uri {} as a normal action -OR- Cannot find mapping for {}, passing to other filters -OR- Found mapping {} for {} will need to see the configuration that Lukasz