AFAIK most browsers do wrap content with HTML tags in case content does not self set html...body. Guess you can inspect that by looking in the DOM inspector in Mozilla/Firefox after browsing to such "special" html-pages.
Jörg -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 5. Februar 2006 16:48 An: Users MyFaces Betreff: Programmatically created UI does not contain important HTML elements Hi! I examined the HTML source code of my programmatically build view and noticed, that no HTML elements like <html> or <head> are rendered, but I wonder because the page is rendered correctly in MS IE. Do I have to manually add the missing elements, e. g. with the ResponseWriter? (I need valid HTML...) Regards, Matthias

