荔枝FM Everyone can be host
???? <%@ taglib prefix="c" uri="??? <%@ page contentType="text/html; charset=gb2312" language="java" %>??? <c:set var="userName" value="hellking"/>??? <c:set value="16" var="age"/>??? 歡迎您,<c:out value="${userName}"/><hr>?? <c:forEach var="i" begin="1" end="5">?? <font size=${i}>${i}</font>?? <br>?? </c:forEach>
?? <c:if test="${age<18}">?? ?對不起,你的年齡過小,不能訪問這個網(wǎng)頁◎!?? </c:if>?? <br>?? </body>?? </html>??? web.xml (使用java的標(biāo)簽庫文件*.jar)?? ??? <?xml version="1.0" encoding="ISO-8859-1"?>
<web-app xmlns="??? xmlns:xsi="??? xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd"??? version="2.4">? <display-name>jstl test</display-name>? <description>???? jstl test? </description></web-app>(使用標(biāo)簽庫文件*.tld)? <?xml version="1.0" encoding="ISO-8859-1"?>
<web-app xmlns="??? xmlns:xsi="??? xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee??? version="2.4">?? <taglib>??? <taglib-uri>http://java.sun.com/jstl/fmt</taglib-uri>??? <taglib-location>/WEB-INF/fmt.tld</taglib-location></taglib>
<taglib>??? <taglib-uri>http://java.sun.com/jstl/fmt-rt</taglib-uri>??? <taglib-location>/WEB-INF/fmt-rt.tld</taglib-location></taglib>
<taglib>??? <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>??? <taglib-location>/WEB-INF/c.tld</taglib-location></taglib>
<taglib>??? <taglib-uri>http://java.sun.com/jstl/core-rt</taglib-uri>??? <taglib-location>/WEB-INF/c-rt.tld</taglib-location></taglib>
<taglib>??? <taglib-uri>http://java.sun.com/jstl/sql</taglib-uri>??? <taglib-location>/WEB-INF/sql.tld</taglib-location></taglib>
<taglib>??? <taglib-uri>http://java.sun.com/jstl/sql-rt</taglib-uri>??? <taglib-location>/WEB-INF/sql-rt.tld</taglib-location></taglib>
<taglib>??? <taglib-uri>http://java.sun.com/jstl/x</taglib-uri>??? <taglib-location>/WEB-INF/x.tld</taglib-location></taglib>
<taglib>??? <taglib-uri>http://java.sun.com/jstl/x-rt</taglib-uri>??? <taglib-location>/WEB-INF/x-rt.tld</taglib-location></taglib></web-app>
好了,一個最簡單的包含有jstl的頁面設(shè)計完成了。下面測試。http://localhost:8080/jstl/frist_jstl.jsp頁面輸出結(jié)果:歡迎您,hellking
12345對不起,你的年齡過小,不能訪問這個網(wǎng)頁◎! 呵呵。。。簡單吧,下篇繼續(xù)。。。。。:)
?
引用地址:http://blog.programfan.com/trackback.asp?id=16965
posted on 2006-09-30 16:21 都市淘沙者 閱讀(1354) 評論(0) 編輯 收藏 所屬分類: JSP/PHP
Powered by: BlogJava Copyright © 都市淘沙者