struts1中的action是如何跳转页面的_百度知道
[专业]答案:struts1的写法可以这样写:publicclassLoginActionextendsAction{publicActionForwardexecute(ActionMappingmapping,ActionFormform,HttpServletRequestrequest...更多关于struts1如何控制跳转到指定的页面的问题>>
如何实现用struts1进行简单的页面跳转_百度知道
最佳答案: 使用ForwardAction,配置方法是: <actlon-mapplngs> <action path="/test/doLogin" type="org.apache.struts.actions.ForwardAction" parameter="/login...更多关于struts1如何控制跳转到指定的页面的问题>>