2 Replies Latest reply on Apr 12, 2010 12:27 PM by nbelaevski

    value of rich:inputNumberSlider using FacesContext

    orkun

            hello

       

           how can I get the value of rich:inputNumberSlider using FacesContext > findComponent > ??

       

            as I did for "CommandButton" :

       

            FacesContext context = FacesContext.getCurrentInstance();
             
              HtmlAjaxCommandButton info_button = (HtmlAjaxCommandButton) context
                      .getViewRoot().findComponent("harita:infobutton");

       

       

             <?? > my_inputNumberSlider  = (???????) context
                       .getViewRoot().findComponent("harita:myinputNumberSlideID");

       

       

            regards