I've tried to go back to only using single DataModel(Selection) pairs, but this 
also didn;t work anymore. I've found out that this doesn't work (in my page):

  | <rich:dataTable id="myRequestsDataTable" var="result"
  | value="#{investmentAction.searchResults}" rows="10">
  | 
but this does work:

  | <rich:dataTable id="myRequestsDataTable" var="result"
  | value="#{searchResults}" rows="10">
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062006
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to