[richfaces-svn-commits] JBoss Rich Faces SVN: r11798 - trunk/samples/extendedDataTable-sample/src/main/webapp/pages.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Dec 16 06:00:32 EST 2008
Author: pgolawski
Date: 2008-12-16 06:00:32 -0500 (Tue, 16 Dec 2008)
New Revision: 11798
Modified:
trunk/samples/extendedDataTable-sample/src/main/webapp/pages/index.jsp
Log:
removed column with select input
Modified: trunk/samples/extendedDataTable-sample/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/samples/extendedDataTable-sample/src/main/webapp/pages/index.jsp 2008-12-16 10:58:52 UTC (rev 11797)
+++ trunk/samples/extendedDataTable-sample/src/main/webapp/pages/index.jsp 2008-12-16 11:00:32 UTC (rev 11798)
@@ -92,16 +92,6 @@
</f:facet>
<h:outputText value="#{patient.admissionDate}" />
</rich:column>
- <rich:column>
- <f:facet name="header">
- <h:outputText value="#{msg['select']}" />
- </f:facet>
- <h:selectOneMenu onclick="Event.stop(event);">
- <f:selectItem itemValue="1" itemLabel="1" />
- <f:selectItem itemValue="2" itemLabel="2" />
- <f:selectItem itemValue="3" itemLabel="3" />
- </h:selectOneMenu>
- </rich:column>
<f:facet name="footer">
<rich:datascroller
More information about the richfaces-svn-commits
mailing list