Continuing the "pragmatic" approach but still requiring valid HTML...

// Component Java (no tml)
// Ends current row and starts a new one
@SupportsInformalParameters
public class AddGridRow {
        void beginRender(MarkupWriter writer) {
                writer.writeRaw("</td></tr><tr><td colspan=\"100\">");
        }
}

// Usage
<p:lastCell>
  Last cell's contents
  <t:addGridRow>
      <t:textarea .../>
      <t:textarea .../>
  </t:addGridRow>
</p:lastCell>

Not exactly pretty though...


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to