SSH笔记五 整合Tiles2 - 编程入门网
ot; contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<table height="420px">
<tr><td>this is body</td>
</tr>
</table>
foot.jsp <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> this is foot 4.修改struts.xml文件,使用Tiles解析 user.xml <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "http://struts.apache.org/dtds/struts-2.0.dtd"> <struts> <package name="user" namespace="/user" extends="tiles-default"> <action name="login" class="userAction" method="login"> <result name="input">/login.jsp</result> <result name="success" type="tiles">welcome</result> </action> </package> </struts> Tiles的支持到此完成。 这个系列到此也基本结束,后面有根据时间可能会加上随机码验证,以及MD5编译密码或者Fckeditor录入文章等常用内容,谢谢关注 |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |