Hello, I need a grid component that can take a list of entities like the Tapestry grid
component does, but in addition it should also be able to display the first column with checkboxes. Selectable grid. This grid component should provide a list of selected entities. <t:grid source="users" selectedItems="selectedUsers" /> class Page { @Property private List<User> users; @Property private List<User> selectedUsers; } My idea is to create a mixin for the grid component. Now my question is that what would be the recommended method for adding an additional column on the fly. Kristjan Kelt -- View this message in context: http://www.nabble.com/T5-selectable-grid-tp20546080p20546080.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]