Tables & colspan

2006-04-03 Thread Hagay Avisar
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 ha

Re: Tables & colspan

2006-04-04 Thread Werner Punz
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

Re: Tables & colspan

2006-04-04 Thread Mert Çalışkan
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 <[EMAIL PROTECTED]> wrote: Hagay Avisar schrieb:> Hi All,>> How can I simulate "colspan" behavior in JSF?> > What is the substitute tag?

Re: Tables & colspan

2006-04-05 Thread Le Van
Mert Çalış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 <[EMAIL PROTECTED]> wrote: Hagay Avisar schrieb: > Hi All, > > How can I simulate "colspan" behavior