<수치형 바인드 처리>
<JSP 작성>
<h4>수치형 바인드 처리</h4>
<form:form modelAttribute="command" action="${appUrl}/test/customizeNumberBind.html" method="post">
<p>
<form:label path="amount">합계</form:label>
<form:input path="amount" />
<form:errors path="amount" cssClass="errors" />
</p>
<p>
<form:label path="average">평균</form:label>
<form:input path="average" />
<form:errors path="average" cssClass="errors" />
</p>
<input type="submit"/>
</form:form>
'자바 > JAVA...Spring' 카테고리의 다른 글
Simple Application (0) | 2015.12.24 |
---|---|
Spring 3.2 & MyBatis] 파일 업로드 (0) | 2015.12.23 |
Spring 3.2 & MyBatis] 수치형 바인드 처리 (controller 작성) (0) | 2015.12.23 |
Spring 3.2 & MyBatis] 수치형 바인드 처리 (command 클래스 작성) (0) | 2015.12.23 |
[/AutoComplete.jsp] (0) | 2015.12.23 |