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

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

热度:31   发布时间:2016-04-17 00:00:32.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>

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