====== taglib ====== * [[http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/spring.tld.htmlspring.tld]] ===== hasBindErrors ===== ... * modelName에 해당하는 모델의 에러를 검사하여 에러가 존재하면 내부 내용수행. * 에러가 존재할 경우 [[http://static.springsource.org/spring/docs/3.1.x/javadoc-api/org/springframework/validation/Errors.html|Errors]]의 구현 클래스를 ''errors'' 어트리뷰트로 생성해준다.