回答編集履歴

1

コートハイライトの適用。executeメソッドの追加。

2016/07/07 12:53

投稿

A-pZ
A-pZ

スコア12011

test CHANGED
@@ -2,13 +2,17 @@
2
2
 
3
3
 
4
4
 
5
- ```
5
+ ```java
6
6
 
7
7
  public class SelectionAction extends ActionSupport {
8
8
 
9
9
 
10
10
 
11
+ public String execute() throws Exception {
12
+
11
- ....Actionメソッドの実装....
13
+ //....Actionメソッドの実装....
14
+
15
+ }
12
16
 
13
17
 
14
18