Author: sergeyhalipov
Date: 2007-11-09 06:55:40 -0500 (Fri, 09 Nov 2007)
New Revision: 3849
Modified:
trunk/sandbox/samples/orderingListDemo/src/main/webapp/pages/index.jsp
Log:
Icon images added to ordering list (Demo changed).
Modified: trunk/sandbox/samples/orderingListDemo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/sandbox/samples/orderingListDemo/src/main/webapp/pages/index.jsp 2007-11-09
11:53:26 UTC (rev 3848)
+++ trunk/sandbox/samples/orderingListDemo/src/main/webapp/pages/index.jsp 2007-11-09
11:55:40 UTC (rev 3849)
@@ -113,7 +113,8 @@
</h:panelGrid>
</h:panelGroup>
<h:panelGroup>
- <ol:orderingList value="#{bean.simpleItems}" var="item"
>
+ <ol:orderingList value="#{bean.simpleItems}" var="item"
+ controlsType="link">
<h:column>
<f:facet name="header">
<h:outputText value="Name" />
Show replies by date