Author: sergeyhalipov
Date: 2007-11-05 13:35:17 -0500 (Mon, 05 Nov 2007)
New Revision: 3771
Modified:
trunk/sandbox/samples/orderingListDemo/src/main/webapp/pages/index.jsp
Log:
Demo application for ordering list component.
Modified: trunk/sandbox/samples/orderingListDemo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/sandbox/samples/orderingListDemo/src/main/webapp/pages/index.jsp 2007-11-05
17:37:13 UTC (rev 3770)
+++ trunk/sandbox/samples/orderingListDemo/src/main/webapp/pages/index.jsp 2007-11-05
18:35:17 UTC (rev 3771)
@@ -33,7 +33,7 @@
<f:facet name="header">
<h:outputText value="Name" />
</f:facet>
- <h:outputText value="#{item.name}" />
+ <h:inputText value="#{item.name}" />
</h:column>
<h:column>
<f:facet name="header">
Show replies by date