Author: mvitenkov
Date: 2008-07-07 09:15:19 -0400 (Mon, 07 Jul 2008)
New Revision: 9426
Modified:
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp
Log:
-combobox
Modified:
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp
===================================================================
---
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp 2008-07-07
12:51:56 UTC (rev 9425)
+++
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp 2008-07-07
13:15:19 UTC (rev 9426)
@@ -69,11 +69,7 @@
<rich:column sortExpression="#{sdt.str0}" sortable="false">
<f:facet name="header">
<h:outputText value="Text"></h:outputText>
- </f:facet>
- <rich:comboBox width="10">
- <f:selectItem itemValue="item_1" />
- <f:selectItem itemValue="item_2" />
- </rich:comboBox>
+ </f:facet>
<f:facet name="footer">
<h:outputText value="Text"></h:outputText>
</f:facet>