to sgdb:
刚才我用你的源代码试了一下,还是报错:
1)"HelloWorld.jsp": Error in using tag library uri='/hello.tld' prefix='chap09': cannot find tag class: 'com.wrox.projsp.ch09.JavaScriptExampleTag' at line 6
2)"HelloWorld.jsp": weblogic.servlet.jsp.JspException: (line 6): Error in using tag library uri='/hello.tld' prefix='chap09': cannot find tag class: 'com.wrox.projsp.ch09.JavaScriptExampleTag'
我把hello.tld放在jsp对应下的tagcom_wrox_projsp_ch09\web-inf\下,不知是否是这样放置??该如何修改??
************************************
web.xml:
<display-name>Chapter 9 example</display-name>
<description>
just a example
</description>
<taglib>
<taglib-uri>/hello.tld</taglib-uri>
<taglib-location>/WEB-INF/hello.tld</taglib-location>
</taglib>
注:添加在<web-app></web-app>间