Thanks.  But me being a "pragmatic" programmer (aka lazy), I solved it by
inelegantly stuffing the extra row tags into the last grid cell, like:

<p:lastCell>
  Last cell's contents
  <tr>
    <td colspan="11">
      <t:textarea .../>
      <t:textarea .../>
    </td>
  </tr>
</p:lastCell>


On Wed, Jun 13, 2012 at 4:05 PM, Lance Java <lance.j...@googlemail.com>wrote:

> You could write a mixin which manipulates the table's DOM after the grid
> has
> rendered. For each grid row you could create an extra row and move selected
> cells into the second row.
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Grid-with-split-rows-tp5713853p5713857.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to