/WEB-INF/tiles.xml
<definition name="Index" extends="template_mobile"> <put-attribute name="content" value="/WEB-INF/jsp/mobile/Index.jsp" /> </definition>
src/struts.xml
<struts> <package name="mobile" extends="main" namespace="/mobile"> <action name="Index" class="cn.netkiller.mobile.action.Index" method="execute"> <result name="success" type="tiles">Index</result> </action> </package> </struts>
原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。