RE: Getting "could not find @TilesDefinition for action" after the upgrade from Struts 2.5.30 to 6.0.0

2022-06-08 Thread zdnknejedly
Hello Ɓukasz: Thank you for prompt response. No, I was not using the DEFINITIONS_CONFIG - the tiles.xml was found fine in v2.5.30. When I add it via init-param to the struts filter it does not seem to make a difference however. struts2

Struts 6.0.0 - jsp forward in result page

2022-06-08 Thread Prasanth
Hi, We have a scenario where one of the results of a struts action is a jsp page with a forward to another action. This works fine under 2.5.X versions. In 6.0.0 I am seeing a stackoverflowerror. After debugging it seems like the first action processes it correctly and returns the result page