|
From: Rod J. <rod...@in...> - 2003-08-31 18:50:49
|
Is anyone using the addPropertyChangeListener() or addVetoableChangeListener() method of DataBinder? I'm looking at removing the JavaBean event propagation from the BeanWrapper, as I mentioned before. The only other functionality affected is in the validator. A consequence is that setPropertyValues() methods will not throw any checked exceptions (PropertyVetoException from JavaBeans API is checked). Is everyone happy with this change, which I think is a worthwhile simplification of API and implementation? Regards, Rod |