I figured it out add to beehive-netui-config.xml
<type-converters>
<type-converter>
<type>MyEnum</type>
<converter-class>MyConverter</converter-class>
</type-converter>
</type-converters>
where MyConverter implements
org.apache.beehive.netui.util.type.TypeConverter
Cheers
On Sun, 2005-09-04 at 07:19 +1000, Adam Jenkins wrote:
> Hi All,
>
> Can action forms work with enums? If so, does anyone have an example?
>
> Cheers
> Adam
>
