Author: sergeyhalipov
Date: 2007-11-06 14:27:54 -0500 (Tue, 06 Nov 2007)
New Revision: 3806
Modified:
trunk/sandbox/samples/orderingListDemo/src/main/webapp/pages/index.jsp
Log:
Demo application for ordering list component. (
http://jira.jboss.com/jira/browse/RF-1191
).
Modified: trunk/sandbox/samples/orderingListDemo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/sandbox/samples/orderingListDemo/src/main/webapp/pages/index.jsp 2007-11-06
19:21:15 UTC (rev 3805)
+++ trunk/sandbox/samples/orderingListDemo/src/main/webapp/pages/index.jsp 2007-11-06
19:27:54 UTC (rev 3806)
@@ -125,7 +125,7 @@
<a4j:commandButton reRender="repeat" value="Rerender
a4j:repeat" />
<h:panelGrid columns="3" >
<a4j:repeat value="#{bean.lists}" var="list"
id="repeat">
- <%--ol:orderingList value="#{list.items}" var="item" >
+ <ol:orderingList value="#{list.items}" var="item" >
<h:column>
<f:facet name="header">
<h:outputText value="Name" />
@@ -151,7 +151,7 @@
</f:facet>
<h:commandLink value="Server Action"
action="#{item.action}" />
</h:column>
- </ol:orderingList--%>
+ </ol:orderingList>
</a4j:repeat>
</h:panelGrid>
<a4j:log popup="false" />