weblogic中如何配置tld文件(在线等待)

joexf 2003-01-15 02:03:39
如题
...全文
138 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
Allenlv 2003-01-23
  • 打赏
  • 举报
回复
在web.xml中加上:
<taglib>
<taglib-uri>/a.tld</taglib-uri>
<taglib-location>/WEB-INF/a.tld</taglib-location>
</taglib>
dule_yu 2003-01-22
  • 打赏
  • 举报
回复
test.tld
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib
PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglib_1_1.dtd">

<!-- a tag library descriptor -->

<taglib>
<!-- after this the default space is
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"
-->

<!-- The version number of this tag library -->
<tlibversion>1.0</tlibversion>

<!-- The JSP specification version required to function -->
<jspversion>1.1</jspversion>

<!-- The short name of this tag library -->
<shortname>pagecreator</shortname>

<!-- Public URI that uniquely identifies this version of the tag library -->
<uri>/test/test</uri>

<!-- General information about this tag library -->
<info>
A simple tag library for page creator
</info>

<!-- ******************** Defined Custom Tags *************************** -->
<tag>
<name>tag名字</name>
<tagclass>类路径</tagclass>
<teiclass>类路径</teiclass>
<info>
</info>
<attribute>
<name>参数名</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
genuis 2003-01-15
  • 打赏
  • 举报
回复
http://www.sawin.com.cn/dragon/weblogic/wlpackage.htm

http://www.javaresearch.org/article/showarticle.jsp?column=23&thread=201

http://www.sohounite.com/xjw/2002-11/20021107112826.htm

http://jinesc.6600.org/myweb/disp.asp?idd=489&room=50

5,655

社区成员

发帖
与我相关
我的任务
社区描述
Web开发应用服务器相关讨论专区
社区管理员
  • 应用服务器社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧