Hello,
Is it possible to have convertEntity insert something other than the ID into a selectbox?
I have an entity that is basically
@Id
Integer id
String key
String value;
and would like map it to the <key,value> instead of <id, value>
or have I misunderstood the usage of the converter completely?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070028#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...