tags:

views:

145

answers:

1

i got exception in my controller class using bindexception.using reject method how i can print the message in my jsp.

A: 

Hi

maybe I dont understant correct, but when you wont to check exception in SpringMVC, you can use Class SimpleleMappingExceptionResolver or you can implements HandlerExceptionResolver.

See http://tomasjurman.blogspot.com/2010/01/exception-handling-in-spring-mvc.html

Tom