struts-config.xml
2014-07-30 本文已影响31人
eesly_yuan
<action-mappings >
<action attribute="loginForm" input="/fail.jsp" 该action返回信息来到这里 name="loginForm" 与formbean中名字需同名 path="com.sly.action" jsp中<html:form action=path+action类名 scope="request" type="com.sly.action.loginAction" cancellable="true" validate ="true">
<forward name="fail" path="/fail.jsp" />
<forward name="success" path="/success.jsp" />
</action>