Hi Chris,

Not sure if this is exactly what you want but but for each cell, you could
have 2 lines of data, e.g.:

<tr:panelGroupLayout layout="vertical">
 <tr:outputText value="#{row.columnALine1}"/>
 <tr:outputText value="#{row.columnALine2}"/>
</tr:panelGroupLayout>

Regards,
Matt

On 6/12/07, Chris Hane <[EMAIL PROTECTED]> wrote:

sorry, forgot to prepend with [Trinidad]

Chris Hane wrote:
>
> Is it possible to show two rows for each record using a <tr:table>?
>
> For example, I am trying to create something like:
>
>  Start   Stop    Who
>  Note Summary...
>
> I've tried the <tr:table> with a detailStamp; but I could not figure out
> how to have the detail automatically open.  I don't really need the
> "detail" column either - but that is not important right now.
>
> Other than using an iterator tag and building the <table> myself, I did
> not see anything in the Trinidad component set that would allow me to do
> this.
>
> Thanks for any suggestions.
> Chris....
>

Reply via email to