回答編集履歴
1
誤字
answer
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
```xml
|
2
2
|
<action path="/MS01" type="jp.MS01setAction"
|
3
3
|
name="MS01Form" validate="true" input="/error.jsp">
|
4
|
-
<forward name="success" path="/
|
4
|
+
<forward name="success" path="/Ms02" redirect="true"></forward>
|
5
5
|
<forward name="failed" path="/error.jsp"> </forward>
|
6
6
|
</action>
|
7
7
|
<action path="/MS02" type="jp.MS02setAction"
|