Suppose I want display table:
+--------------------------------+
| | | |
----------------------------------
| | |
----------------------------------
| | |
----------------------------------
| | | |
----------------------------------
| | | |
+--------------------------------+
How can I do that with h:panelGrid?
You can’t do this with the standard JSF implementation. In JSF 1.2 one would have used Tomahawk’s
<t:panelGroup colspan="2">for this. Right now Tomahawk is not officially compatible with JSF 2.0, but I just gave it a try.And it works. I don’t guarantee that other Tomahawk components will work as well.