http://linuxism.tistory.com/1374

taglib 추가

<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>

데이터바인딩 예

<form:form commandName="user">    // Bean 객체와 데이터 바인딩
    userId : <form:input path="userId" />
</form:form>

results matching ""

    No results matching ""