- 
        1. Re: Why only with f:verbatim?fernando_jmt Mar 24, 2007 8:02 PM (in response to moroczt)This is not an error, it is IMHO a drawback in JSF 1.1 specification. 
 JSF 1.2 and Facelets solves that problem (you can write simple HTML without f:verbatim).
 HTH.
- 
        2. Re: Why only with f:verbatim?moroczt Mar 25, 2007 11:43 AM (in response to moroczt)Thank you for the answer. 
 i knew that JSF 1.1 is not perfect in this view but I think that there are simpler cases when f:verbatim is not needed.
 It seems that the case I have mentioned is not so simple. :-)
- 
        3. Re: Why only with f:verbatim?sergeysmirnov Mar 25, 2007 11:58 AM (in response to moroczt)The case is very simple. JSF 1.1 implementation does not allow the pure html content inside the components. 
- 
        4. Re: Why only with f:verbatim?moroczt Mar 25, 2007 12:22 PM (in response to moroczt)Sorry, now i realized that I should use for example h:panelGrid instead of . 
 I do not know why i believed that pure html should work here...i am not a starter... but it seems so :-( Probably i forgot about basics, it was along time ago. I learned it in 2004 . :-)
 And ...well, I have never _reailzed_ that components cannot contain pure html.
 Sorry again, it was not a clever question.
 And thank you for your clear answer.
 
     
    