[jboss-user] [JBoss Seam] - Re: more the one DataModel in one bean

fcheng do-not-reply at jboss.com
Wed Mar 7 14:21:56 EST 2007


Try this:

@DataModel
private List ugList;

@DataModelSelection("ugList");
private UserGroup sug;

@DataModel
private List rolesList2;

@DataModelSelection("rolesList2")
public Role srole2;

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025916#4025916

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025916



More information about the jboss-user mailing list