Cagatay, According to the JavaDoc for the verbatim tag (http://myfaces.apache.org/impl/tlddoc/f/verbatim.html), it should not evaluate other JSF tags nested inside it. So the <h:outputText> tags inside the verbatim should not be evaluated at all.
But to my surprise MyFaces evaluates the JSF tags nested inside the verbatim tag (so this should help me workaround my problem.) But then as I stated in another posting, sometimes the order of the rendered tags is wrong in the output... Have you been able to workaround such problems? Regards, Behi On 9/12/06, Cagatay Civici <[EMAIL PROTECTED]> wrote:
Hi, Try using f:verbatim around the html table. That'll work. Cagatay Civici [EMAIL PROTECTED] On 9/12/06, Behrang Saeedzadeh <[EMAIL PROTECTED]> wrote: > Hi, > > I have a subview that contains an html table. When I set > rendered="false" for the subview, I still get the table in the output, > but none of the other JSF components inside the subview are rendered. > Is this the correct behaviour? Can I somehow enforce the subview not > to render the table as well? > > Regards, > Behi > > -- > "We can only see a short distance ahead, > but we can see plenty there > that needs to be done." - Alan Turing > > "Science is a differential equation. Religion > is a boundary condition" - Alan Turing > > Behrang Saeedzadeh > http://www.jroller.com/page/behrangsa > http://my.opera.com/behrangsa >
-- "We can only see a short distance ahead, but we can see plenty there that needs to be done." - Alan Turing "Science is a differential equation. Religion is a boundary condition" - Alan Turing Behrang Saeedzadeh http://www.jroller.com/page/behrangsa http://my.opera.com/behrangsa

