[jboss-user] [JBoss Seam] - Re: Passing datasource parameter to <h:datatable>

oblivion1200 do-not-reply at jboss.com
Wed Sep 19 04:49:53 EDT 2007


I was happy that I have solved the problem, but it is not over yet :( 
I found that using datatable this way gives me null @DataModelSelection. When I use datatable in normal way it works fine. 
Using ui:param works only to display data for me.

I can't use it like this:

  | .......
  | <h:column>
  |    <s:link value="#{item.title}" action="#{object.setValue(item)}"/>
  | </h:column>
  | .......
  | 
because item is null. I've found in server logs that setValue is fired two times instead of once. 

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

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



More information about the jboss-user mailing list