ex6_41.txt

来自「j2ee core design patterns」· 文本 代码 · 共 11 行

TXT
11
字号
Example 6.41  	Command and View Map Entry 
<action-mappings>
<!-- Edit mail subscription -->
  <action path="/editSubscription" type=
      "corepatterns.EditSubscriptionAction" attribute=
      "subscriptionForm" scope="request" validate="false">
    <forward name="failure" path="/jsp/mainMenu.jsp"/>
    <forward name="success" path="/jsp/subscription.jsp"/>
  </action>

</action-mappings>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?