users@woodstock.java.net

nested tables

From: Paolo Proni <pproni_at_elettronicagf.it>
Date: Tue, 13 May 2008 16:43:15 +0200

Hi everybody,

  I need to represent a master - detail relationship in a JSF page. I
have 2 tables in a database to be shown in a read only way and I thought
about the grid component. My problem is how to have a nested grid.

  I am trying to explain: one grid is going to have the records of the
first table and an instance of the second grid should appear below every
line of the first grid, showing the related records of the second table.

  I googled a bit, without finding any clear solution, can anybody help me?

Paolo