1 Reply Latest reply on Nov 18, 2008 7:08 AM by ilya_shaikovsky

    JSF XHTML + RichFaces in StrictMode?

    nimo22

      I use Facelets with the following rendering-mode:

      <!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


      However, I will use the yui-grids http://developer.yahoo.com/yui/grids/ and the recommendation for the rendering-mode is:

      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">


      For more infos (
      http://www.ericmeyeroncss.com/bonus/render-mode.html
      ).

      Are there some issues when using this rendering mode with rich-faces or JSF?

      Can I use the strict-mode instead of the transitional without risk?

      (By the way, it would be cool to have tags in richfaces which supports templating such as the yui-grids. Look at trinidad..for example, the tr:panelHorizontalLayout uses tables to lay out components. It would be much better to use css-layouts instead of table-layouts. But I cannot find any JSF-Tags for such layouting.)