Re: Binding Java 5 Enums..

2007-02-12 Thread Daniel Amadei
Hi Sami, There is an example in the showcase webapp which shows how to convert to/from enums. Give a look, that it might help you. []s Daniel 2007/2/11, Sami Dalouche [EMAIL PROTECTED]: Hi, I've been trying to bind Java 5 enums, but I get some weird problem xwork-conversion.properties

Binding Java 5 Enums..

2007-02-11 Thread Sami Dalouche
Hi, I've been trying to bind Java 5 enums, but I get some weird problem xwork-conversion.properties java.lang.Enum = funala.web.action.typeconverters.TestTypeConverter TestTypeConverter extends EnumTypeConverter and just adds some logs, to make sure the converter is actually used. (I get