当前位置: 技术问答>java相关
关于tag的用法:提示这个错误是为什么?
来源: 互联网 发布时间:2015-02-19
本文导语: 定义一个tag: 名称为:mytags.jar 其目录结构为: com/acme/mytags/HelloWorld.class META-INF/taglib.tld 建立hello.jsp如下: Hello World! 两个文件都放在根目录,浏览hello.jsp提示如下错误: 500 Internal Server Error Error...
定义一个tag:
名称为:mytags.jar
其目录结构为:
com/acme/mytags/HelloWorld.class
META-INF/taglib.tld
建立hello.jsp如下:
Hello World!
两个文件都放在根目录,浏览hello.jsp提示如下错误:
500 Internal Server Error
Error parsing JSP page /hello.jsp line 1
Error parsing tag-library file:/E:/Inetpub/webRoot/mytags.jar: XML declaration may only begin entities.
这个错误是因为什么啊?怎样修改?
刚开始学jsp,请大家指点.
名称为:mytags.jar
其目录结构为:
com/acme/mytags/HelloWorld.class
META-INF/taglib.tld
建立hello.jsp如下:
Hello World!
两个文件都放在根目录,浏览hello.jsp提示如下错误:
500 Internal Server Error
Error parsing JSP page /hello.jsp line 1
Error parsing tag-library file:/E:/Inetpub/webRoot/mytags.jar: XML declaration may only begin entities.
这个错误是因为什么啊?怎样修改?
刚开始学jsp,请大家指点.
|
in the web.xml in web-inf, add these lines after tag (change the location of taglib.tld if necessary):
http://www.orionserver.com/tutorials/tagtut/lesson1/mytags.jar
/WEB-INF/taglib.tld
2. change
to
http://www.orionserver.com/tutorials/tagtut/lesson1/mytags.jar
/WEB-INF/taglib.tld
2. change
to
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。