I am trying to wrapper <marquee> around table using <f:verbatim> or 
<h:outputText>, 
   
  Method 1
  ---------------
  <h:outputText value="<marquee>" escape="false"/>
   
  <t:dataTable> .... </t:dataTable>
   
  <h:outputText value="</marquee>" escape="false"/>
   
  Method 2
  --------------
  <f:verbatim><marquee></f:verbatim>
   
  <t:dataTable> .... </t:dataTable>
   
  <f:verbatim></marquee></f:verbatim>
   
  But the rendered HTML (from browser source) is
   
  <marquee></marquee>  <table> ....</table>
   
  instead of wrappering around the table.
   
  It looks weird to me.  Thanks for help. 
   

       
---------------------------------
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.

Reply via email to