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
You should put
a4j:supportas a child ofrich:inputNumberSliderin order to make it work.Also for performance and usability reasons I would consider using
ignoreDupResponsesandrequestDelayattributes (Documentation):