|
From: Alef A. \(JTeam\) <al...@jt...> - 2003-12-02 21:20:30
|
Juergen, I saw you changed the DataBinder to make it contain the BindException instead of extending it. I used to (and still) extend the DataBinder sometimes to get advanced behavior for for instance ListDataBinders. In those extension I usually need the beanwrapper to be able to replace the instance wrapped by the bean (using getBeanWrapper.setWrappedInstance() ). Since this method - BindException.getBeanWrapper() - is protected and the databinder does not extend is anymore, can we make this public? Alef == JTeam B.V. Donker Curtiusstraat 7-412 1051 JL Amsterdam T: +31 20 486 20 36 M: +31 6 24 11 1996 F: +31 84 837 00 00 E: al...@jt... W: http://www.jteam.nl |