You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by D&J Gredler <dj...@gmail.com> on 2006/05/05 17:42:46 UTC

Table / TableView Design

Hi,

I'm curious as to why the lower-level Table components (TablePages,
TableColumns, etc) have to be wrapped in a TableView component, rather than
a Table component. It seems like it would have been easier for Table users
if they were allowed to override lower-level components by adding them to
the Table component itself (i.e. use Table, but if you want custom page
display, just put a custom TablePages component inside it). Is anyone aware
of the design considerations that went into this decision?

Thanks,

Daniel