I think you are using the Trinidad table, because you are talking from detailStamp and this is a facet provided by the Trinidad table.
If yes this could help you (from the Trinidad documentation http://incubator.apache.org/adffaces/devguide/table.html): Usually, the default behavior of the Table (with respect to displaying and hiding details) is sufficient. In some cases, however, it might be desirable to programmatically display or hide the details for a particular row. This can be done via the RowKeySet object obtained from the Table by calling the getDisclosureState() method. First, make the relevant row current by calling setRowIndex(...) or setRowKey(...) on the Table, and then call add() or remove() on the RowKeySet object. Adding the row to the set displays the details of the row. Removing the row hides them. Regards Jochen -----Ursprüngliche Nachricht----- Von: Stefan Oberbichler [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 7. Dezember 2006 11:55 An: [email protected] Betreff: first row expanded in master detail datatable hi, i am using a datatable with the detailStamp. is there a possibility to expand the first row on startup? thx steve -- "Ein Herz für Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de Unser Dankeschön: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht!

