Hi, I need to use a custom implementation of an IConverter. The way I see to let the application use this class is to:
- override method newConverterLocator - return own implementation of IConverterLocater (or sublcass of ConverterLocator) that registers the new IConverter. Is this correct, because this seems a bit verbose? Is it maybe an idea to change this to a registerConverter(IConverter) method that I can call? That saves me a custom IConverterLocator to implement. Thanks, Lars --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
