Requesting support on struts tiles plugin migration

2024-02-19 Thread SARAVANAN SIVAGURU
Hi Team I am trying to migrate the Apache Tiles(tiles-core, tiles-jsp and tiles-servlet) 2.1.4 to Apache struts2-tiles-plugin 6.3.0.2 As a part of this migration, I have performed necessary changes on the tiles.xml files as per the document. Currently I have been struck on the following issue,

Re: Requesting support on struts tiles plugin migration

2024-02-19 Thread Lukasz Lenart
What is "Screen xxx could not be found in any context"? Is it your custom code? I would suggest migrating to standalone Tiles 3 first and then migrate to the Struts Tiles in Struts 6.x. pon., 19 lut 2024 o 12:28 SARAVANAN SIVAGURU napisał(a): > Hi Team > > I am trying to migrate the Apache

Struts Java 17 and J2EE9 support

2024-02-19 Thread Ankit Garg
TCS Confidential Hi All, May I check if Struts 6.x supports Java 17 with J2EE 9 specification? I know - The 6.x series of the Apache Struts framework has a minimum requirement of the following specification versions: Servlet API 3.1, JSP API 2.1, and Java 8. Should I assume it would work with

Re: Struts Java 17 and J2EE9 support

2024-02-19 Thread Lukasz Lenart
Nope, support for JDK17 & JakartaEE is planned in Struts 7 https://github.com/apache/struts/pull/792 You can test the latest M2 release https://lists.apache.org/thread/9gs0gjljzk72rk22fx64mvpf6dt72lpq Cheers Lukasz pon., 19 lut 2024 o 17:31 Ankit Garg napisał(a): > > TCS Confidential > > Hi