|
From: Claudio D'A. <cla...@ob...> - 2004-05-26 11:15:47
|
Hi, Spring execute controls of user input using a class that implements "org.springframework.validation.Validator". But this system don't work if spring can't conver an user input in a typed object (i.e.: Date). When an user wrong a date the sistem show to user a tecnical message and in my case is wrong. In a early project with struts I've exented struts to use the commons-validator directly to the request (first the bind object). This system can save the problem to show tenical message becouse the input can't be converted. There is a similar system in spring? Grazie e buon lavoro ---------- Claudio D'Angelo Software Consultant ObjectWay S.p.A. Via G.A. Boltraffio 7 20159 Milano (MI) http://www.objectway.it |