[jboss-user] [JBoss Seam] - convertEntity with non-Id key?
nickarls
do-not-reply at jboss.com
Thu Aug 2 06:07:45 EDT 2007
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#4070028
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070028
More information about the jboss-user
mailing list