1 Reply Latest reply on Apr 6, 2009 6:04 PM by nbelaevski

    previous values of an input components after submitting the

    orkun

      hello

      I want to know previous values of an input components according
      to request order after submitting the page.

      something like all previous values (zoom) of inputNumberSlider after submitting the page.

      <rich:inputNumberSlider maxValue="100" minValue="0"
      value="#{user.zoom}">

      </rich:inputNumberSlider>


      regards