<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich">
<a4j:form ajaxSubmit="true">
<p>
Here is an example of default inputNumberSpinner:
</p>
<rich:inputNumberSpinner value="50"/>
<p>
Here is one more inputNumberSpinner:
</p>
<rich:inputNumberSpinner value="50" step="10"/>
</a4j:form>
</ui:composition>
<<Hide Source