Author: nbelaevski
Date: 2007-11-22 12:58:07 -0500 (Thu, 22 Nov 2007)
New Revision: 4205
Modified:
branches/3.1.x/samples/orderingListDemo/src/main/webapp/pages/index.jsp
Log:
main orderingList uncommented in demo
Modified: branches/3.1.x/samples/orderingListDemo/src/main/webapp/pages/index.jsp
===================================================================
--- branches/3.1.x/samples/orderingListDemo/src/main/webapp/pages/index.jsp 2007-11-22
17:57:06 UTC (rev 4204)
+++ branches/3.1.x/samples/orderingListDemo/src/main/webapp/pages/index.jsp 2007-11-22
17:58:07 UTC (rev 4205)
@@ -37,7 +37,7 @@
<a4j:status startText="START" startStyle="color: red;"
stopText="STOP" stopStyle="color: green;" />
<br />
- <%--h:panelGrid columns="2" columnClasses="columnClass">
+ <h:panelGrid columns="2" columnClasses="columnClass">
<h:panelGroup>
<ol:orderingList id="orderingList1"
value="#{demoBean.items}" var="item"
@@ -180,7 +180,7 @@
</h:column>
</ol:orderingList>
</h:panelGroup>
- </h:panelGrid--%>
+ </h:panelGrid>
<h3>Ordering lists within a4j:repeat</h3>
<a4j:commandButton reRender="repeat" value="Rerender
a4j:repeat" />
<h:commandButton value="Clear list"
action="#{demoBean.clear}"></h:commandButton>
Show replies by date