1 Reply Latest reply on Oct 2, 2008 6:01 AM by ilya_shaikovsky

    rich:subTable rendering problem

    demetrio812

      Hi,
      I have a problem with this code:


      <rich:dataTable ...>
       <rich:column> ... </rich:column>
       <rich:column> ... </rich:column>
       <rich:column> ... </rich:column>
       <rich:subTable>
       <rich:column> ... </rich:column>
       <rich:column> ... </rich:column>
       <rich:column> ... </rich:column>
       </rich:subTable>
      </rich:dataTable>
      


      shows this as a result:

      http://blog.demetrio.it/prob.png

      what am I doing wrong?

      Thanks

      Demetrio