3 Replies Latest reply on Sep 7, 2007 9:37 AM by ilya_shaikovsky

    dataScroller rendering: Unexplainable behavior

    malesch

      I am working with richfaces-3.0.1, in combination with facelets,
      and am successfully using the richfaces dataTable to display my
      data (also fine with a drop-down menu for selecting/updating the
      page size).

      Now, I want to add the datascroller element but this always gets
      rendered greyed out and without any functionality (action, listeners).

      Do I miss some important configuration(s)? Is this maybe a known
      beginners issue? ;-)
      Before sending code and all the stuff I thought maybe it makes
      sense to rule out some lack of basic information from my side.

      Thanks for any hints!




        • 1. Re: dataScroller rendering: Unexplainable behavior
          ilya_shaikovsky

          please update your version to 3.1.0 RC5

          • 2. Re: dataScroller rendering: Unexplainable behavior
            malesch

            Hi Ilya, thanks for your lightspeed reply!

            I have upgraded to 3.1.0-rc5 but still have the same effect :(

            Previously, I forgot to mention that I am also using shale (1.0.4) but
            removing it temporarily didn't bring any cure to my problem. I also
            tried to experiment with specifying view handler in the configuration
            of web.xml, something like

            <context-param>
             <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
             <param-value>org.apache.shale.view.faces.ViewViewHandler</param-value>
            </context-param>
            

            But also this did not change the situation.

            If you want, I could send you the output from facestrace (cool tool by the
            way! -> http://facestrace.sf.net). Maybe you can extract some useful information from the trace.


            • 3. Re: dataScroller rendering: Unexplainable behavior
              ilya_shaikovsky

              Are you able to send me your war file directly? Please remove the shale temporarily to simplify the case.

              Or you can simply paste your page and app configuration xmls and list of libraries you use here.

              After that I'll check your sample and answer on this forum.

              Thanks