Topic: 有谁会用struts中的tiles啊?请进来看看 |
Print this page |
1.有谁会用struts中的tiles啊?请进来看看 | Copy to clipboard |
Posted by: death0320 Posted on: 2004-11-03 16:40 我有一个jsp页面是这样的 <%@ page contentType="text/html; charset=gb2312" language="java"%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> <tiles:insert page="/inc/layout.jsp" flush="true"> <tiles:put name="menu" value="/inc/menu.jsp"/> <tiles:put name="body" value="albumAction.do?method=insertInit"/> <tiles:put name="footer" value="/inc/footer.jsp"/> </tiles:insert> 可是执行会报错,我想应该是因为<tiles:put name="body" value="albumAction.do?method=insertInit"/>这一条,怎么才能加入.do呢?有什么办法呢,因为我在进入页面要初始化页面,所以要先执行.do 请高手帮忙,非常感谢 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |