『 날짜형 바인드 (JSP 작성) 』
<JSP 작성>
<h4>바인드 </h4>
<form:form modelAttribute="command" action="${appUrl}/test/customizeDateBind.html" method="post">
<p>
<form:label path="startDate">시작일자</form:label>
<form:input path="startDate" />
<form:errors path="startDate" cssClass="errors" />
</p>
<p>
<form:label path="endDate">종료일자</form:label>
<form:input path="endDate" />
<form:errors path="endDate" cssClass="errors" />
</p>
<input type="submit"/>
</form:form>
'자바 > JAVA...Spring' 카테고리의 다른 글
[/WEB-INF/src/log4j.xml] (0) | 2015.12.23 |
---|---|
Spring 3.2 & MyBatis] 날짜형 바인드 (에러 메시지 정의) (0) | 2015.12.22 |
Spring 3.2 & MyBatis] 날짜형 바인드 (컨트롤러 작성(2)) (0) | 2015.12.22 |
Spring 3.2 & MyBatis] 날짜형 바인드 (컨트롤러 작성(1)) (0) | 2015.12.22 |
Simple Application (0) | 2015.12.22 |