Re: Tiles errors in Struts versions > 6.3.0.2

2024-10-01 Thread Lukasz Lenart
It is probably related to this issue https://issues.apache.org/jira/browse/WW-5451 wt., 1 paź 2024 o 12:39 Heikki Hyyrö napisał(a): > > Our web application based on Struts 2 + Tiles framework starts to give > errors on some jsp pages if I try to use a newer Struts version than > 6.3.0.2. > > Exac

Tiles errors in Struts versions > 6.3.0.2

2024-10-01 Thread Heikki Hyyrö
Our web application based on Struts 2 + Tiles framework starts to give errors on some jsp pages if I try to use a newer Struts version than 6.3.0.2. Exactly the same codebase works fine on previous Struts versions (the only changes are in the pom file and concern the versions of struts2-core,

Re: Tiles errors in Struts versions > 6.3.0.2

2024-10-01 Thread 哈哈哈哈
There is a bug cause the error you get at 6.4.0 https://issues.apache.org/jira/plugins/servlet/mobile#issue/WW-5419 You can set init param at web.xml or change where you store tiles.xml to fix issue if you want to use 6.4.0 But Im not sure what cause you get error at 6.6.0 You might need turn