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
Post a Comment