4 Replies Latest reply on Jun 10, 2008 5:16 AM by hhuber

    how to avoid f:verbatim when including raw html

    hhuber

      hello,

      i want to include raw html in part of my page.

      for now i use f:verbatim. but this gives me some problems as now ajax-requests lead to a rerendering of the whole page (not only the a4j:region that should be processed/updated).


      <a4j:region renderRegionOnly="true">
       ....
       some ajax-enabled button
      
      </a4j:region>
      
      ...
      
      <f:verbatim escape="false">
       #{someBean.rawHTML}
      </f:verbatim>
      


      is there a way to replace the verbatim tag with some other jsf/facelets/richfaces alternative?

      thanks,

      oliver