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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...