________________________________
From: Randahl Fink Isaksen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 01, 2005 11:39 AM
To: MyFaces Discussion
Subject: Re: AW: org.apache.myfaces.PRETTY_HTML
OK - I understand. Have anyone else successfully configured myfaces to generate
PRETTY_HTML output which shows up nicely in a browser's "View Source" tool?
I now even tried copying the output into another editor - same result: All
markup is on a single line except the script statements (as mentioned earlier).
Randahl
/________________________________
Do you have the problem with your own components or with standard components?
If it is your own ones: In your renderer you have to call a special method
to format the HTML. That method will then decide
whether or not to "pretty-html" the output.
If its standard components: I presume not all standard components will
honour the Flag, as it needs this special
renderer-behaviour
hth
Alexander