通过struts2搭建的网站,怎么指定一个默认的action?
发布网友
发布时间:2024-10-17 22:41
我来回答
共2个回答
热心网友
时间:2024-11-20 13:38
你直接在index.jsp页面里输入这个就可以了:
<jsp:forword page="user/toLogin.do"/>
然后在struts-config里面的<action-mappings>里面指定<action>就可以了。
热心网友
时间:2024-11-20 13:39
strut.xml配置
<default-action-ref name="default"/>