[转帖][j2ee]使用标签时引用的taglib..._Tomcat, WebLogic及J2EE讨论区_Weblogic技术|Tuxedo技术|中间件技术|Oracle论坛|JAVA论坛|Linux/Unix技术|hadoop论坛_联动北方技术论坛  
网站首页 | 关于我们 | 服务中心 | 经验交流 | 公司荣誉 | 成功案例 | 合作伙伴 | 联系我们 |
联动北方-国内领先的云技术服务提供商
»  游客             当前位置:  论坛首页 »  自由讨论区 »  Tomcat, WebLogic及J2EE讨论区 »
总帖数
2
每页帖数
101/1页1
返回列表
0
发起投票  发起投票 发新帖子
查看: 3759 | 回复: 1   主题: [转帖][j2ee]使用标签时引用的taglib...        下一篇 
ulee@land
注册用户
等级:上尉
经验:769
发帖:55
精华:1
注册:2012-12-17
状态:离线
发送短消息息给ulee@land 加好友    发送短消息息给ulee@land 发消息
发表于: IP:您无权察看 2012-12-24 14:49:42 | [全部帖] [楼主帖] 楼主

[j2ee]使用标签时引用的taglib...
最基本的jstl...

 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
< %@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>


加点例子格式化日期的例子
1.   <c:forEach items="{persons}" var="person" varStatus="status">

2.   <span style="white-space: pre;"> </span><tr class="row{status.index%2+1}">

3.   <span style="white-space: pre;"> </span><td class="td1"><input type="checkbox" name="ids" value="{person.userID}"></td>

4.   <td>{person.username}</td>

5.   <!-- <td>{person.sex}</td> -->

6.   <td>
7. <c:if test="{person.sex==0}">未知</c:if>
8. <c:if test="{person.sex==1}">男</c:if>
9. <c:if test="{person.sex==2}">女</c:if>

 10. </td>
11. <!-- <td>{person.birthday}</td> -->
12. <td>
13. <fmt:formatDate value="{person.birthday}" pattern="yyyy-MM-dd" type="Date"/>
14. </td>
15. <td>{person.ICard}</td>
16. </tr>
17. </c:forEach>

<c:forEach items="{persons}" var="person" varStatus="status">
  <tr class="row{status.index%2+1}">
 <td class="td1"><input type="checkbox" name="ids" value="{person.userID}"></td>
 <td>{person.username}</td>
 <!-- <td>{person.sex}</td> -->
 <td>
 <c:if test="{person.sex==0}">未知</c:if>
 <c:if test="{person.sex==1}">男</c:if>
 <c:if test="{person.sex==2}">女</c:if>
 </td>
 <!-- <td>{person.birthday}</td> -->
 <td>
 <fmt:formatDate value="{person.birthday}" pattern="yyyy-MM-dd" type="Date"/>
 </td>
 <td>{person.ICard}</td>
  </tr>
</c:forEach>


--------------------------------------------------------------------------------------------------------------
springMVC中的form标签

 <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>




赞(0)    操作        顶端 
ilikeorcl
注册用户
等级:中尉
经验:431
发帖:32
精华:1
注册:2012-12-17
状态:离线
发送短消息息给ilikeorcl 加好友    发送短消息息给ilikeorcl 发消息
发表于: IP:您无权察看 2012-12-24 16:36:21 | [全部帖] [楼主帖] 2  楼

北京联动北方科技有限公司



赞(0)    操作        顶端 
总帖数
2
每页帖数
101/1页1
返回列表
发新帖子
请输入验证码: 点击刷新验证码
您需要登录后才可以回帖 登录 | 注册
技术讨论