|
From: Chris W. <cwi...@op...> - 2004-03-05 15:37:11
|
Is there a way to permanantly (for the life of the current JVM instance) register a property editor for the BeanWrapper (BeanWrapperImpl) to use? I see it maintains a static map of 'defaultEditors' but it looks like custom editors have to be registered with each wrapper instance. Would it be possible to add a: static void registerCustomerEditor( Class c, PropertyEditor e ) or something similar that adds a custom editor to the default (or global) editors? Thanks, Chris -- Chris Winters (cwi...@op...) Senior Software Architect |