[jboss-user] [JBoss Seam] - Re: Multiple Seam DataModelSelection in one action: Selectio

bram_ do-not-reply at jboss.com
Mon Jul 9 10:35:27 EDT 2007


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



More information about the jboss-user mailing list