Author: mvitenkov
Date: 2008-12-05 12:05:13 -0500 (Fri, 05 Dec 2008)
New Revision: 11591
Modified:
trunk/test-applications/seamApp/web/src/main/webapp/pages/Rich/Rich.xhtml
Log:
remove columns from panelGrid.
Modified: trunk/test-applications/seamApp/web/src/main/webapp/pages/Rich/Rich.xhtml
===================================================================
--- trunk/test-applications/seamApp/web/src/main/webapp/pages/Rich/Rich.xhtml 2008-12-05
16:45:29 UTC (rev 11590)
+++ trunk/test-applications/seamApp/web/src/main/webapp/pages/Rich/Rich.xhtml 2008-12-05
17:05:13 UTC (rev 11591)
@@ -41,18 +41,17 @@
<h:messages showDetail="true"
showSummary="true"></h:messages>
<h:panelGrid id="richGridID" columns="1"
width="100%">
- <h:column rendered="#{option.reComponent}">
- <ui:include src="#{richBean.pathComponent}" />
- </h:column>
+ <h:panelGroup rendered="#{option.reComponent}">
+ <ui:include src="#{richBean.pathComponent}"/>
+ </h:panelGroup>
- <h:column rendered="#{option.reStraightforward}">
+ <h:panelGroup rendered="#{option.reStraightforward}">
<ui:include src="#{richBean.pathStraightforward}" />
- </h:column>
+ </h:panelGroup>
- <h:column rendered="#{option.reProperty}">
+ <h:panelGroup rendered="#{option.reProperty}">
<ui:include src="#{richBean.pathProperty}" />
- </h:column>
-
+ </h:panelGroup>
</h:panelGrid>
<ui:include src="/pages/Info/Info.xhtml" />
Show replies by date