You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Nicola Benaglia <ni...@idra-spa.it> on 2006/07/12 17:36:10 UTC

datatable and table nxn

Hi,
I'd like to use a datable and display my item in this pattern:

             1      2      3
             4      5      6
             7      8      ..

I tried to put a panelGrid inside datatable tag but nothing is rendered.

<x:dataTable align="center" ...>
 <h:panelGrid columns="2" align="center">
                        <h:column>
                           ...
                        </h:column>
</h:panelGrid>
</x:dataTable>

How could I reach my goal, please?

Thank you in advance,
Nico

---

Questa mail ed eventuali suoi allegati sono strettamente confidenziali. Se
ricevete per errore questa mail, Vi preghiamo cortesemente di cancellarla
immediatamente e di segnalare l'errore a chi ve l'ha spedita. Se Voi non siete
il reale destinatario di questa mail non siete autorizzati alla copia, alla
distribuzione e alla stampa di essa ne tantomeno ad una eventuale modifica
dei contenuti.
 
This message and any attachments are confidential and intended solely for
the addressees. If you receive this message in error, please delete it and
immediately notify the sender. If the reader of this message is not the
intended recipient, you are hereby notified that any unauthorized use,
copying, publication, printing or dissemination is prohibited. E-mails are
susceptible to alteration.

Re: datatable and table nxn

Posted by Paul Spencer <pa...@apache.org>.
See the Data Table examples in http://www.irian.at/myfaces/home.jsf

Paul Spencer

Nicola Benaglia wrote:
> Hi,
> I'd like to use a datable and display my item in this pattern:
> 
>             1      2      3
>             4      5      6
>             7      8      ..
> 
> I tried to put a panelGrid inside datatable tag but nothing is rendered.
> 
> <x:dataTable align="center" ...>
> <h:panelGrid columns="2" align="center">
>                        <h:column>
>                           ...
>                        </h:column>
> </h:panelGrid>
> </x:dataTable>
> 
> How could I reach my goal, please?
> 
> Thank you in advance,
> Nico
> 
> ---
> 
> Questa mail ed eventuali suoi allegati sono strettamente confidenziali. Se
> ricevete per errore questa mail, Vi preghiamo cortesemente di cancellarla
> immediatamente e di segnalare l'errore a chi ve l'ha spedita. Se Voi non 
> siete
> il reale destinatario di questa mail non siete autorizzati alla copia, alla
> distribuzione e alla stampa di essa ne tantomeno ad una eventuale modifica
> dei contenuti.
> 
> This message and any attachments are confidential and intended solely for
> the addressees. If you receive this message in error, please delete it and
> immediately notify the sender. If the reader of this message is not the
> intended recipient, you are hereby notified that any unauthorized use,
> copying, publication, printing or dissemination is prohibited. E-mails are
> susceptible to alteration.
>