4 Replies Latest reply on Apr 29, 2010 3:41 PM by mthaxmiller

    unordered list inside rich:dataTable not rendering correctly

    mthaxmiller

      I have a very strange issue occurring.  I have an unordered list inside a rich:dataTable.  It renders correctly the first time you come to the page.  But when you launch a modal panel from this screen, then close the modal panel and rerender the page it no longer renders correctly.  By not rendering correctly I mean it has a big block of white space in the beginning of each column and the columns are no longer aligned correctly.  Here is a a snippet from the code:

      ...

      <rich:column valign="top">
            <ul>
                   <ui:repeat value="#{rollup.lastNames}" var="name">
                       <li style="#{rollup.getOffenderLastNameColorStyle$[name]}"><h:outputText value="#{name}" /></li>
                   </ui:repeat>
             </ul>
      </rich:column>

      ...

      First time coming to the screen:

      lastnames1.gif

      After the rerender:

       

      lastnames2.gif

      Any ideas?

      Thanks in advance!