質問編集履歴
1
form名一部変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
</head>
|
25
25
|
<body>
|
26
26
|
<form:form action="${pageContext.request.contextPath}/test" modelAttribute="testForm">
|
27
|
-
<a href="javascript:
|
27
|
+
<a href="javascript:testForm.submit()" name="test1">リンク</a>
|
28
28
|
<form:button name="test2">検索</form:button>
|
29
29
|
</form:form>
|
30
30
|
</body>
|