[jboss-user] [JBoss Seam] - Re: Nested datatable

2006-08-03 Thread urswag
Must I code this manually? Because the content of myList of the inner data table has always different values. Perhaps You can give me link with a similar solution. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962810#3962810 Reply to the post : ht

[jboss-user] [JBoss Seam] - Re: Nested datatable

2006-08-02 Thread [EMAIL PROTECTED]
@DataModel is not the only way to create a ListDataModel instance. Just use new ListDataModel(myList). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962700#3962700 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962700

[jboss-user] [JBoss Seam] - Re: Nested datatable

2006-08-02 Thread urswag
The data model of the first data table is a @DataModel List The data model of the nested data table can also be a @DataModel List This list content shall change in every cell. How can I do this? Any good advices? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss Seam] - Re: Nested datatable

2006-08-02 Thread ido_tamir
The tomahawk extended data table has a varDetailToggler attribute that allows to do an expanding data table. hth ido View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962561#3962561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Re: Nested datatable

2006-08-02 Thread [EMAIL PROTECTED]
Sure, just nest a h:dataTable inside a h:column. There is no special trick here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962558#3962558 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962558 __