Struts学习笔记: Html标签库学习(Html基本标签)
2008-02-23 07:54:53来源:互联网 阅读 ()
1. <html:html>
<html:html lang="true">
</html:html>
=> 转为Html后(下同):
<html lang="zh-CN">
</html>
2. <html:base/>
<html:base/>
=>
<base href="http://localhost/AddressBook/regGuest.jsp">
//本页面的绝对地址
3. <html:link>
<%
String cheyo = "hehehe";
pageContext.setAttribute("coolName", cheyo);
%>
<html:link forward="success" paramId="name" paramName="coolName">成功页面</html:link><p/>
<html:link page="/here.jsp?bigId=3&smallId=7">Here</html:link><p/>
<html:link href="http://www.csdn.net" paramId="name" paramName="coolName">CSDN首页</html:link><p/>
=>
<a href="/AddressBook/hello.jsp?name=hehehe">成功页面</a><p/>
<a href="/AddressBook/here.jsp?bigId=3&smallId=7">Here</a><p/>
<a href="CSDN'>http://www.csdn.net?name=hehehe">CSDN首页</a><p/>
/*
<html:link forward="success" paramId="bookName" paramName="name"
paramProperty="book"></html:link> //用book这个JavaBean的name属性的值作为名为bookName参数的值
<html:link page="hello.jsp" name="map"></html:link> //map有一个HashMap对象,可以以于传递一个参数名多个参数值
*/
4. <html:rewrite>
<%
String cheyo = "hehehe";
pageContext.setAttribute("coolName", cheyo);
%>
Rewrite Forward: <html:rewrite forward="success" paramId="name" paramName="coolName"/><p/>
Rewrite Page: <html:rewrite page="/here.jsp?bigId=5&smallId=3"/><p/>
Rewrite Href: <html:rewrite href="http://www.csdn.net" paramId="name" paramName="coolName"/><p/>
=>
Rewrite Forward: /AddressBook/hello.jsp?name=hehehe<p/>
Rewrite Page: /AddressBook/here.jsp?bigId=5&smallId=3<p/>
Rewrite Href: http://www.csdn.net?name=hehehe<p/>
5. <html:img>
<html:img page="/struts.gif"/><p/> /* 相对于Web应用根目录 */
<html:img src="/struts.gif" paramId="name" paramName="coolName"/><p/>/* 相对于服务器根目录 */
<html:img page="/struts.gif?name=oyeah"/><p/>
=>
<img src="/AddressBook/struts.gif"><p/>
<img src="/struts.gif?name=hehehe"><p/>
<img src="/AddressBook/struts.gif?name=oyeah"><p/>
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- Struts学习笔记: Html标签库学习(Form标签) 2008-02-23
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash