1 Reply Latest reply on Apr 2, 2008 8:50 AM by ayanul

    Issues in component ID and prependId=false with 3.2 version

    jpviragine

      Hi,

      Upgrading to 3.2 version a get some issue with component id and form prependId="false".

      I get id=null:(explicit id defined in component)

      E.g.:
      In:

      <rich:dataTable id="dataTable" ...>


      I get generated html:

      table id="null:dataTable"


      My form has a explicit id=form, prependId="false" and there is no container class for my dataTable

      Change to prependId="true". I get corrected behavior.

      Is it a bug?

      Ty

      Joao Paulo