怎样比较C:if重的两个数(在线等)

布衣天子 2011-11-09 08:31:24
<logic:iterate id="tpTT" name="list">

<c:if test="tpTT.tid!=spTeachResources.ttype">
<input type="radio" name="type" value="spTeachResources.ttype" />${tpTT.ttype }
</c:if>
<c:if test="${tpTT.tid}==${spTeachResources.ttype}">
<input type="radio" name="type" value="spTeachResources.ttype" checked="checked"/>${tpTT.ttype }
</c:if>
</logic:iterate>
...全文
56 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
shixitong 2011-11-09
  • 打赏
  • 举报
回复
test="${tpTT.tid!=spTeachResources.ttype}"
test="${tpTT.tid==spTeachResources.ttype}"
xierong2011 2011-11-09
  • 打赏
  • 举报
回复
楼主问题叙述不清楚...

62,612

社区成员

发帖
与我相关
我的任务
社区描述
Java 2 Standard Edition
社区管理员
  • Java SE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

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