Re: Issue in Struts (login.jsp)

2022-07-26 Thread Deepak Lalchandani
Please help me with below issue ? On Wed, 27 Jul 2022, 12:28 am Deepak Lalchandani, wrote: > Hi Struts users , > I am facing error as below .Please help me to fix this issue > > > Im Getting error.as below > > Servlet.service() for servlet [jsp] in context with path [/MyProjectTool] > threw

Re: ActionServlet for Java 11

2022-07-26 Thread Dave Newton
On Tue, Jul 26, 2022 at 15:34 Heidt, Larry wrote: > #1) At a low level, would a version of > org.apache.struts.action.ActionServlet which imports jakarta.servlet.* > exist somewhere else ? Unlikely; the last S1 release was ~a decade before Java 11 was GA, and S1 was EOLed ~5 yrs before Java

ActionServlet for Java 11

2022-07-26 Thread Heidt, Larry
We have been given responsibility for several Java 6 webservices using Tomcat 6, in production at a customer site, which the customer has contracted us to upgrade to Java 11 This software currently includes a custom XxWebActionServlet class, which extends from an old version of

Issue in Struts (login.jsp)

2022-07-26 Thread Deepak Lalchandani
Hi Struts users , I am facing error as below .Please help me to fix this issue Im Getting error.as below Servlet.service() for servlet [jsp] in context with path [/MyProjectTool] threw exception [Unable to find taglib [bean] for URI: [/tags/struts-bean]] with root cause HTTP Status 500 –

Re: Issue upgrading to Struts 6.0

2022-07-26 Thread Lukasz Lenart
Ok, so it's related to this issue https://issues.apache.org/jira/browse/WW-5185 an easy workaround is this org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG /WEB-INF/tiles.xml more details in this thread https://lists.apache.org/thread/v0sroj52gg5ok3rpcyxdlqrhkrz51q9d

Re: Issue upgrading to Struts 6.0

2022-07-26 Thread A Name
Lukasz, We are currently using all the libraries we need from the 6.0.0 release, including the tiles plugin when we get the error dump I provided. We've checked all the struts libraries and they are at the current versions. We also have read the migration guide and the internal notes and not

Re: Issue upgrading to Struts 6.0

2022-07-26 Thread Lukasz Lenart
Please do not use the old plugin, it isn't compatible with Struts 6.0.0. Run the application with the proper version of the plugin and report any warnings. Have you read the migration guide? Also did you notice internal changes

Issue upgrading to Struts 6.0

2022-07-26 Thread A Name
Hi, I have a legacy application running fine in struts 2.5.30 using Java 8 and Tomcat 9. When I upgraded to Struts 6.0, it fails to run. If I leave the struts-tiles plugin at the 2.5.30 version, but upgrade the other components to 6.0, it comes up but our selection lists don't work. Any