当前位置: 代码迷 >> Java Web开发 >> 用过jsp自定义标签的吗?想请问上
  详细解决方案

用过jsp自定义标签的吗?想请问上

热度:802   发布时间:2013-02-25 21:13:22.0
用过jsp自定义标签的吗??想请教下
<tag>
<name>input</name>
<tag-class>gao.an.yuan.SimpleTag.MaxTag</tag-class>
<body-content>empty</body-content>
<attribute>
<name>type</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>


------解决方案--------------------------------------------------------
我觉得你可以在页面直接定一个标签,再根据条件显示相应的属性
  相关解决方案