But <t:htmlTag> can not have attributes such as
   
  <marquee onmouseover="this.stop()" onmouseout="this.start()">
  <table> ... </table>
  </marquee>

Adrian Mitev <[EMAIL PROTECTED]> wrote:
  Try t:htmlTag

  2007/4/16, Dave <[EMAIL PROTECTED]>:  I tried the Method 2. It did not work.  
 

Adrian Mitev < [EMAIL PROTECTED]> wrote:   Try:

 <f:verbatim><marquee></f:verbatim> 

<t:dataTable> .... </t:dataTable>

<f:verbatim></marquee> </f:verbatim>



  2007/4/15, Dave <[EMAIL PROTECTED]>:     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 out new cars at Yahoo! Autos.   




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




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

Reply via email to