You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Hagay Avisar <ha...@mercury.com> on 2006/04/04 06:18:35 UTC

Tables & colspan

Hi All,

How can I simulate "colspan" behavior in JSF?

What is the substitute tag? Can I use "panelGrid" to set up pages
layout,
And can I have some thing similar to "colspan" behavior?

Thanks.

 

 


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

Re: Tables & colspan

Posted by Le Van <lv...@it.fts-vn.com>.
Mert Çal?s,kan wrote:

> or you can use jstl with jsf. It's the way we'd designed a page with 
> custom table headers and custom columns (merged cells, rows etc etc.).
>
> On 4/5/06, *Werner Punz* <werpu@gmx.at <ma...@gmx.at>> wrote:
>
>     Hagay Avisar schrieb:
>     > Hi All,
>     >
>     > How can I simulate "colspan" behavior in JSF?
>     >
>     > What is the substitute tag? Can I use "panelGrid" to set up
>     pages layout,
>     > And can I have some thing similar to "colspan" behavior?
>     >
>     > Thanks.
>     There is no real colspan per se unfortunately
>     you have limited control via the row and colum styles.
>     I usually if I really need colspan revert to the jsf-html lib.
>     (which you can find somewhere linked on jsfcentral)
>
>
Hi Mert,
Could u show your example here ??

Re: Tables & colspan

Posted by Mert Çalışkan <mc...@gmail.com>.
or you can use jstl with jsf. It's the way we'd designed a page with custom
table headers and custom columns (merged cells, rows etc etc.).

On 4/5/06, Werner Punz <we...@gmx.at> wrote:
>
> Hagay Avisar schrieb:
> > Hi All,
> >
> > How can I simulate "colspan" behavior in JSF?
> >
> > What is the substitute tag? Can I use "panelGrid" to set up pages
> layout,
> > And can I have some thing similar to "colspan" behavior?
> >
> > Thanks.
> There is no real colspan per se unfortunately
> you have limited control via the row and colum styles.
> I usually if I really need colspan revert to the jsf-html lib.
> (which you can find somewhere linked on jsfcentral)
>
>

Re: Tables & colspan

Posted by Werner Punz <we...@gmx.at>.
Hagay Avisar schrieb:
> Hi All,
> 
> How can I simulate “colspan” behavior in JSF?
> 
> What is the substitute tag? Can I use “panelGrid” to set up pages layout,
> And can I have some thing similar to “colspan” behavior?
> 
> Thanks.
There is no real colspan per se unfortunately
you have limited control via the row and colum styles.
I usually if I really need colspan revert to the jsf-html lib.
(which you can find somewhere linked on jsfcentral)