Alternative to org.apache.struts.tiles2.RedeployableActionServlet? #30
Replies: 4 comments
-
|
Hi @tdferreira, I've removed But after a little analysis of If you have a running example, it would be nice to add it to the example-apps. I haven't spend much time in I hope I could help you a little |
Beta Was this translation helpful? Give feedback.
-
|
I'm a bit confused. Have you done any rebase with the latest code from https://github.com/apache/struts1? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @tdferreira, no And with the commit 3ca50c6 I tried to upgrade the Rebase from Apache-Struts1: The WebLegacy-Struts1 version 1.4.0 is based on Apache-Struts 1.4.0-SNAPSHOT (trunk version). Greetings |
Beta Was this translation helpful? Give feedback.
-
|
Just to share a bit of my experience with this. I'm using these maven dependencies: On my struts-config.xml I have: On the web.xml I have: And it simply doesn't work. Tried to use the Tried also to use the old Spring3 AutowiringTilesRequestProcessor controller in the struts-config.xml, which also didn't work. The AutowiringTilesRequestProcessor.java class looks like: So I thought of having Spring initializing Tiles, by using the Spring Configuration. Obviously you'll need also to set the Spring |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, it's great to see that some people are actively working on getting Struts up to date. It's certainly important for old projects that for various reason don't want to migrate the tech stack.
I'm not sure this is the right place to ask this, but I see that
org.apache.struts.tiles2.RedeployableActionServlethas been removed in v1.4.1, is there a reason for this?org.apache.struts.tiles.RedeployableActionServletstill exists though.As I don't see anything documented about this, can you clarify what's the alternative servlet-class to add in the web.xml for tiles2?
thank you
Beta Was this translation helpful? Give feedback.
All reactions