标签: struts2
我正在开发迁移项目,其中遗留代码(Struts1)需要迁移到Struts2。我想知道如何将tld文件转换为Struts2。
TLD文件
1)struts-html.tld
2)struts-logic.tld
3)c.tld
4)bdb.tld
这里,bdb.tld是自定义tld文件,其中包含自定义标记
Edit1:它被标记为Migration from Struts 1 to Struts 2的副本。但是该帖子没有解释tlds的迁移。