struts-config文件中,有下面的设置,请问下,forward的值是在哪里设置的,哪位大师能指点迷津吗?我看了
path="/S01M803EventAction" scope="request"
type="jp.co.hitachi.jkk.kkaikk.player.kj.action.S01M803EventAction">
你这个是struts2还是strut1?
参照下面的例子
value="false" />
<constant name="struts.custom.i18n.resources"
value="ApplicationResources" />
<package name="default" extends="struts-default" namespace="/">
<action name="login" method="authenticate"
class="com.programcreek.struts2.LoginAction">
<result name="success">Welcome.jsp</result>
<result name="error">Login.jsp</result>
</action>
</package>