Hi,

    I've a question with the tag f:verbatim in myfaces (using it within 
tomcat/jboss4):

    I've a jsf page that gets part of its html content from legacy html pages :

*** mypage ***
<div>
  <f:verbatim>
        #{mybean.htmlcontent}
  </f:verbatim>
</div>
*** /mypage ***

    The problem is : if the mybean.htmlcontent is large (lots of spans and 
divs), tomcat's uses all the cpu during 50sec before serving the page.
    If I comment out the content retrieved from the bean the content is in the 
page (inside html comments) and it does not eat all the cpu ...
*** mypage ***

<div>

  <f:verbatim>
       <!--

        #{mybean.htmlcontent}
       -->

  </f:verbatim>

</div>

*** /mypage ***

   Any hints about what I'm doing wrong or an alternate solution ? I think that 
the building of the corresponding jsf components tree is responsible for the 
problem ... is there a way not to build those components ? Just to include the 
html ?

  Thanks for any help,

--
Desnos




        

        
                
___________________________________________________________________________ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com

Reply via email to