Hi
I have a <h:selectMenuOne> drop down that relies on a converter mapping object instances to item values. The converter simply stores the object id (a long) in the value. My objects are not serializable, so JSF complained about that. And I'm wondering why would JSF want to serialize the entities that make up my selection menu when I've provided both labels and a means to convert those entites to/from a string value. Regards, Bolerio