Can not find the tag library descriptor for “/struts2-jquery-tags” in jsp

后端 未结 2 1681
小蘑菇
小蘑菇 2021-01-29 10:36

I am using struts2-jquery-plugin-3.5.1-sources.jar in struts 2 i put the jar file in lib directory and i have added it to the buildpath also. I have make an entry in jsp as

相关标签:
2条回答
  • 2021-01-29 10:58

    Had the same problem.

    Try

    <%@ taglib prefix="sj" uri="/struts-jquery-tags" %>
    

    Instead of

    <%@ taglib prefix="sj" uri="/struts2-jquery-tags" %>
    
    0 讨论(0)
  • 2021-01-29 11:06

    you should use struts-jquery-plugin.jar

    instead of struts2-jquery-plugin-3.5.1-sources.jar as it contains source file

    0 讨论(0)
提交回复
热议问题