1 Reply Latest reply on Feb 20, 2009 4:42 PM by akopylov

    How to make master-detail tables using EntityQuery and Richfaces?

      Hi there!


      I have some questions. Please help me.


      I try to make master-detail tables using Seam. The resultset located in EntityQuery and I can show results in master-table using rich:extendedDataTable.


      Then I try to join my master-table with detail table. I make it using a4j:support. I see that datail-table is rendered by changing selection row.


      But I can't understand how to determine current entity in EntityQuery. I can't correct render detail-table whithout knowledge what entity has been choose in master-table.


      Is anybody know how to make it? May be there is a better way or not?