selectOneMenu and Enum
Hi,
I want to fill a combobox (selectOneMenu) with a enum. I was reading a blog about it (http://jroller.com/page/hotchai?entry=jsf_converter_for_jdk_1) that uses converters. But one comment mentioned enums being supported by JSF 1.2 (that's what I'm using). I had a look at both spec (JSF and Unified EL) but couln't really get any example. Is it possible ?
Thanks,
Antonio