`
foxjj123
  • 浏览: 5855 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
最近访客 更多访客>>
社区版块
存档分类
最新评论

关于TLD的配置

阅读更多
<?xml version="1.0" encoding="GBK"?>
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
                        "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
<taglib>
 	<tlib-version>1.0</tlib-version>
 	<jsp-version>1.2</jsp-version>
 	<short-name>util</short-name>
	<tag>
		<name>requestParameter</name>
		<tagclass>tags.GetRequestParameterTag</tagclass>

		<attribute>
			<name>property</name>
			<required>true</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>
		<bodycontent>Empty</bodycontent>
 	</tag>
</taglib> 

在<tag>位置出现了The content of element type "tag" must match "(name,tag-class,tei-class?,body-content?,display-
name?,small-icon?,large-icon?,description?,variable*,attribute*,example?)".


求解啊。。。搞了好久。。。
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics