<taglib
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
web-jsptaglibrary_2_0.xsd" verson="2.0">
<tlib-version>1.0</tlib-version>
<jspversion>1.1</jspversion>//如果缺少,会导致以上的错误。
<short-name>my</short-name>
<display-name>My Tag</display-name>
<description>Custom Tag Library</description>
<tag>
<name>hello</name>
<tag-class>com.ren.www.HelloTag</tag-class>
<body-content>empty</body-content>
</tag>
</taglib>
小时候家的对面有一座山,山的上面就是蓝天,所以总是幻想着有一天站到山顶用手摸一下蓝天……
posted on 2008-07-30 09:42
丫丫 阅读(2806)
评论(1) 编辑 收藏 所属分类:
jsp