问题描述
除了<html:formaction=""><html:submmit/></html:form>以外还有那个几种<html:linkhref="mainpage.do?p=home">主页</html:form><html:linkpage="mainpage.do?p=home">主页</html:form>是不是可以
解决方案
解决方案二:
可以。试试就知道了。
解决方案三:
还有很多种去查查API就知道了
解决方案四:
引用1楼qiushyfm的回复:
可以。试试就知道了。
<ahref="mainpage.do?method=registPage"><bean:messagekey="top.jsp.regist"/></a><actionparameter="method"path="/mainpage"type="com.nsf.shop.actions.MainAction"><forwardname="welcome"path="/jspPage/welcome.jsp"/></action>publicActionForwardregistPage(ActionMappingmapping,ActionFormform,HttpServletRequestrequest,HttpServletResponseresponse)throwsException{System.out.println("registPage.method");HttpSessionsession=request.getSession();session.setAttribute("mainPage","/jspPage/mainPage/regist.jsp");returnmapping.findForward("welcome");你看这样为什么不行:找不到资源Invalidpathwasrequested
解决方案五:
location.replace("/项目名/allAction.do?method=toAdd");
解决方案六:
<bean:messagekey="top.jsp.regist"/>
这句出问题了。