Author: mvitenkov
Date: 2008-04-18 06:22:07 -0400 (Fri, 18 Apr 2008)
New Revision: 7922
Modified:
branches/3.1.x/test-applications/jsp/src/main/webapp/WEB-INF/faces-config-Converter.xml
Log:
+inputNumberSpinnerConverter
Modified:
branches/3.1.x/test-applications/jsp/src/main/webapp/WEB-INF/faces-config-Converter.xml
===================================================================
---
branches/3.1.x/test-applications/jsp/src/main/webapp/WEB-INF/faces-config-Converter.xml 2008-04-18
10:13:12 UTC (rev 7921)
+++
branches/3.1.x/test-applications/jsp/src/main/webapp/WEB-INF/faces-config-Converter.xml 2008-04-18
10:22:07 UTC (rev 7922)
@@ -10,4 +10,8 @@
<converter-id>orderingListConverter</converter-id>
<converter-class>util.converter.OrderingListConverter</converter-class>
</converter>
+ <converter>
+ <converter-id>inputNumberSpinnerConverter</converter-id>
+
<converter-class>util.converter.inputNumberSpinnerConverter</converter-class>
+ </converter>
</faces-config>
Show replies by date