[jboss-user] [JBoss Seam] - Re: @DataModelSelection always set to first item in ListData

petemuir do-not-reply at jboss.com
Sat Mar 10 06:03:21 EST 2007


You need to refer to the seam context variable you've outjected as a DataModel, not a List<> - so try:

<rich:dataTable id="mappedColumns" value="#{mappedColumns}" var="column">

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

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



More information about the jboss-user mailing list