Thiago H. de Paula Figueiredo wrote: > > > A simple way to do it to use Grid's add parameter to add a column and a > <t:parameter> to define that column content and then wrapping the Grid > inside a Form. > >
Yes, this is the simple way but does not resolve the problem I have. What I really need, is the solution that is easy for a component user and not for me. <t:grid source="users" selectedRows="selectedUsers" mixin="selectableGrid" /> An end user of this component should not worry about logic behind it. One solution would be to add a new row with JavaScript but I do not find it an elegant solution. What I'm really looking, is the way to add a new parameter inside mixin code. Kristjan Kelt -- View this message in context: http://www.nabble.com/T5-selectable-grid-tp20546080p20556180.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]