Hi!
This used to work in MyFaces 1.1, but in 1.2 it looks like the fact that
my type is an enum takes precedence over the fact that it implements
EnumCoded interface, so I end up with the built-in EnumConverter instead
of my GenericEnumTypeConverter.

Of course this issue was not relevant in JSF1.1, as java1.5 native enums were not supported (JSF1.1 is java1.4-compatible). But for JSF1.2, it makes a lot of sense to check for an optional interface first.
Shouldn't that be specified by the spec? Is this a spec bug?
I mean, things like that are very important for a JSF application to rely on to work correctly between various JSF implementations.

Ciao,
Mario

Reply via email to