Author: ayanul
Date: 2008-03-24 11:16:10 -0400 (Mon, 24 Mar 2008)
New Revision: 7119
Modified:
trunk/test-applications/jsp/src/main/webapp/OrderingList/OrderingList.jsp
Log:
+update convector
Modified: trunk/test-applications/jsp/src/main/webapp/OrderingList/OrderingList.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/OrderingList/OrderingList.jsp 2008-03-24
15:15:38 UTC (rev 7118)
+++ trunk/test-applications/jsp/src/main/webapp/OrderingList/OrderingList.jsp 2008-03-24
15:16:10 UTC (rev 7119)
@@ -10,7 +10,7 @@
</a4j:outputPanel>
<rich:orderingList id="orderingListID"
value="#{orderingList.list}" var="item"
listHeight="#{orderingList.listHeight}"
- listWidth="#{orderingList.listWidth}"
controlsType="#{orderingList.controlsType}"
converter="orderingListConverter"
+ listWidth="#{orderingList.listWidth}"
controlsType="#{orderingList.controlsType}" converter="dataConverter"
bottomControlLabel="#{orderingList.bottomControlLabel}"
captionLabel="#{orderingList.captionLabel}"
topControlLabel="#{orderingList.topControlLabel}"
upControlLabel="#{orderingList.upControlLabel}"
controlsHorizontalAlign="#{orderingList.controlsHorizontalAlign}"
controlsVerticalAlign="#{orderingList.controlsVerticalAlign}"