通配符的问题
<action name="helloworld_*" method="{1}" class="com.action.action">
<result >/index.jsp</result>
<result name="{1}">/{1}.jsp</result>
<result name="{1}">/{1}.jsp</result>
</action>
为什么总是跳转到index.jsp而跳转不到add.jsp
<action name="helloworld_*" method="{1}" class="com.action.action">
<result >/index.jsp</result>
<result name="{1}">/{1}.jsp</result>
<result name="{1}">/{1}.jsp</result>
</action>
为什么总是跳转到index.jsp而跳转不到add.jsp
2017-08-12
举报