java - custom tag support when migrate from struts 1 to struts 2 -


there project developed in struts 1 migrate struts 2. problem application has lot of custom tags written using struts 1. when migrating struts 2 there way can keep custom tag support existing jsps. suppose remove sturts 1.x related jars when migrating struts 2 rewriting custom tags struts 2 huge effort.

if using struts1 , remove it, should remove tags dependent on it. however, can use other taglibs, including jstl corresponding jsp specification version.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -