> 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.
In my special case, the rendered code has to go to the JTidy filter of UPortal, which transforms the HTML code to XHTML (AFAIK). I don't know if JTidy is capable to transform incomplete HTML pages... Regards, Matthias > -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag > von Jörg Liegler > Gesendet: Montag, 6. Februar 2006 01:05 > An: 'MyFaces Discussion' > Betreff: AW: Programmatically created UI does not contain important HTML > elements > > > 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 >

