3 Replies Latest reply on Sep 4, 2007 9:51 AM by thiagu.m

    using two datafiltersliders

      hi everyone,

      I) i want to use two datafilterslider's in my project. but if i do so. one of them were not responding.

      <aj4:form..>
       <a4j:region...>
       <a4j:outputPanel..>
       <rich:dataFilterSlider id="rating"../>
       </a4j:outputPanel>
       <a4j:outputPanel..>
       <rich:dataFilterSlider id="number"../>
       </a4j:outputPanel>
      
       <a4j:outputPanel..>
       <rich:dataTable../>
       </a4j:outputPanel>
       </a4j:region>
      </aj4:form>


      Here the table is reponding for only one slide value. what i have to change to make it work for all the sliders.
      This is the syntax i have used. is it ok.
      what i have to do for that



      II) And in this case if i slide any one of the slider only one manualinput text box is responding and changing.
      Ex: even i change number slider (which has values 1 to 100) the rating text box value only changing.



      III) i have one more issue if i select the max number from slider it displays only less than max.
      Ex: i have rating slider which has values 1 to 10. if i select 10, it displays only the records which has rating 1 tto 9 only. i want to display 10 also.
      For that, what i have to do..



      IV) and is it possible to use two sliders one is for minimum value and another one for maximum value..
      Ex: To display records which has ratings 5 to 9.

      Thank you.


        • 1. Re: using two datafiltersliders

          Please help me.
          and also, i want to use sliders to sort table for more than the slide value.
          Ex: if slider indicates 7. i want to view records which has values from 7 to max.

          • 2. Re: using two datafiltersliders
            ilya_shaikovsky

            Two sliders usage wasn't tested yet :) Thanks for the submit, now I'll try to create case.

            • 3. Re: using two datafiltersliders

              thank you,
              Thank you for your response

              I hope you will implement that in next releases.

              And still i have some doubt in single slider.

              Is it possible to use sliders to sort table for more than the slide value.
              Ex: if slider(has value 1 to 10) indicates 7. i want to view records which has values from 7 to 10.

              If it so, how. Can you help me.

              Thank you,