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

后端 未结 2 1713
小蘑菇
小蘑菇 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" %>
    

提交回复
热议问题