my interface is like in the picture
I want the value of the réduction field changes when the value of the inputNumberSlider changes.
<rich:inputNumberSlider id="slider"
rendered="#{bean.showReductionForm}"
value="#{bean.reduction}"
showArrows="true"
width="220"/>
<a4j:support event="onchange" reRender="datatableId"
ajaxSingle="true"
actionListener="#{bean.appRed}" />
any help plz