1 Reply Latest reply on May 31, 2007 7:24 AM by ilya_shaikovsky

    rich:datascroller html code generation bug: double created c

    mkuehle

      Hi,

      it seems that the rich:datascroller component creates a double attribute for given styleClass.

      Example:

      <rich:datascroller for="notifList" maxPages="6" tableStyle="text-align:left; background-color:red;" reRender="notifList" styleClass="notifListDataScroller"/>


      will create the following html snippet:
      <div class="dr-dscr rich-datascr notifListDataScroller" id="notifsListForm:j_id82" class="notifListDataScroller">
      


      I found this bug because firefox shows an XML validation error for this double attribute.

      I used the build richfaces snapshot from 29.05. (yesterday).