| Author |
validation in spring
|
Ashimashi Kabashi
Ranch Hand
Joined: Sep 11, 2006
Posts: 84
|
|
how does one show a validation error messages in spring one uses a jstl/core taglib for example now the problem is that my app server throws an exception so I take that you cant do this <c ut value="${status.errorMessage}" />?
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
|
Why do you even need the core out tag? Just use ${status.errorMessage} without it.
|
 |
Ashimashi Kabashi
Ranch Hand
Joined: Sep 11, 2006
Posts: 84
|
|
its not working ... the form in not being submitted meaning the validation has executed but the error message does not show up. this is my jsp This is my validation code
|
 |
 |
|
|
subject: validation in spring
|
|
|