|
From: Seth L. <se...@eh...> - 2004-05-18 17:57:10
|
Daniel Miller wrote: > Seth, > > I have approached this problem by creating my complex validator object and > wiring in the commons-validator like this: > > <bean name="someValidator" class="yada.yada.SomeValidator"> > <property name="validator"><ref bean="beanValidator"/></property> > </bean> Daniel, Great idea. Juergen just added a "validators" property to the Controller. Check out http://opensource.atlassian.com/projects/spring/browse/SPR-123 Seth |