How to merge cells (colspan) using jsf h:panelGrid?

Viewed 33182

Suppose I want display table:

+--------------------------------+
|        |           |           |
----------------------------------
|                    |           |
----------------------------------
|        |                       |
----------------------------------
|        |           |           |
----------------------------------
|        |           |           |
+--------------------------------+

How can I do that with h:panelGrid?

2 Answers
Related