Hi ,

    try this..........use nested cols.

t:dataTable id="search_result" var="search_result"
 border="1">
 
    <t:column colspan="2">
 
             <f:facet name="header">
 
             <h:outputText
 value="bundle.table_header_debitorenkonto" />
 
             </f:facet>
 <t:column>
             <h:outputText value="data1" />
 </t:column>
 <t:column>
             <h:outputText value="data2" />
 </t:column>
 </t:column>

regards.....
Arvind


--- "Chen, Wei" <[EMAIL PROTECTED]>
wrote:

> Hi,
> 
>  
> 
> I use the <t:dataTable>. I have a question: If a
> column head has two
> data columns, how can I do that? Here is my codes.
> But it looks not like
> as what I want:
> 
> ...
> 
> <t:dataTable id="search_result" var="search_result"
> border="1">
> 
>    <t:column colspan="2">
> 
>             <f:facet name="header">
> 
>             <h:outputText
> value="bundle.table_header_debitorenkonto" />
> 
>             </f:facet>
> 
>             <h:outputText value="data1" />
> 
>             <h:outputText value="data2" />
> 
>    </t:column>
> 
> ...
> 
> ...
> 
> </t:dataTable>
> 
>  
> 
> Regards
> 
>  
> 
> Wei
> 
>  
> 
> 


Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download 
Now! http://messenger.yahoo.com/download.php

Reply via email to