質問編集履歴
1
誤字修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -27,9 +27,9 @@
|
|
27
27
|
|
28
28
|
@RequestMapping(value = "/insert", method = RequestMethod.GET)
|
29
29
|
public ModelAndView insert(HttpServletRequest req, ModelAndView mav) {
|
30
|
-
|
30
|
+
|
31
31
|
String p1 =req.getParameter("param1");
|
32
|
-
// ↓スーパークラスでmessageSource.getMessage("hello.world", null, locale)を呼び
|
32
|
+
// ↓スーパークラスでmessageSource.getMessage("hello.world", null, locale)を呼び出し
|
33
33
|
String message = getMessage("hello.world");
|
34
34
|
}
|
35
35
|
}
|