On Mon, 21 Jul 2008, lars vonk wrote: > 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.
Normally you can just register converters in init() of your Application subclass. You only need your own IConverterLocator implementation if you want more specialised way of locating converters than the default (for example, to support Hibernate proxies). Best wishes, Timo -- Timo Rantalaiho Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
