aspose file tools
The moose likes Other Application Frameworks and the fly likes validation in spring Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "validation in spring" Watch "validation in spring" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: validation in spring
 
Similar Threads
Problem using Spring bind
Spring MVC: spring:bind not resolved?!
Spring and Filtering
Spring form input binding problem
Help Please! :(