0 Replies Latest reply on Apr 9, 2007 2:08 PM by afitt

    DataScroll Position

    afitt

      I recently updated from RichFaces 3.0 to RichFaces 3.0.1 snapshot.

      Prior to the upgrade I was able to position my scrollers to the right side of the screen. With the new snapshot the html generated by the scroller component has changed.

      The previous version renedered the table html like this.

      <table border="0" cellpadding="0" cellspacing="1" class="dr-dscr-t rich-dtascroller-table " id="main_form:j_id132_table">


      The snapshot renders the table html like this.

      <table align="center" border="0" cellpadding="0" cellspacing="1" class="dr-dscr-t rich-dtascroller-table " id="main_form:j_id132_table">


      I have not figured out a way using the skin property 'rich-dtascroller-table' to override the attribute align="center'.

      Is there a way to position the scroller to the right with the html generated by the 3.0.1 snapshot version of RichFaces?