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)

