On 3/6/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > This will give you more reuse options. You can use inheritance to create > a table and add columns.
Gary, Another general approach to dynamic content creation in JSF is to programmatically adjust the child components -- like what the "shale-sql-browser" example application does (it dynamically computes the child columns, based on the database column names returned by the query that you execute). Because there is no reference to the view tier technology being used, this should work with Clay just as well as it does with JSP pages. Have you tried something like that out yet? Gary Craig