we have 2 applications (Say AppA and AppB) that use Struts 1.3.
I want to upgrade AppB to use struts 2.3, however I cannot make changes to AppA so it will have to remain in Struts 1.3.
The problem is that AppB has some dependencies on AppA such as extending Actions classes, tag classes, filters, etc..
Is Struts backward compatible?