0 Replies Latest reply on Mar 8, 2009 1:29 AM by vk101

    Register converter in components.xml

      Is it possible to register a converter in components.xml? I have a few converters that are very similar to each other, and can be parameterized - I'd like to be able to register these converters in components.xml based on the 1 class they all are parameterized from, but to be able to specify the equivalent of the forClass attribute that's on the @Converter annotation, so that it's automatically registered as the converter for that Class.


      Is this possible? If not what's the next-closest way of getting the above result?