0 Replies Latest reply on Jul 28, 2011 10:41 AM by ffriedl

    problem with richfaces 3.3.3. and doctype?

    ffriedl

      Hi, i am currently trying to redesign a system with jsf 1.2 and richfaces 3.3.3. I need to add the

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

      to the jsf page in order to keep IE displaying my stylesheets correctly.

      I have an extendedDataTable in use on my page. Without the doctype the extendedDataTable is rendered as a table with tr and td tags, but when i add the doctype the extendedDataTable is rendered as a structure of div tags.

      Why is it rendered differently and how can i prevent it?

      Please help