This post originated from an RSS feed registered with Java Buzz
by Andrej Koelewijn.
Original Post: Readable UIX
Feed Title: Andrej Koelewijn
Feed URL: http://feeds.feedburner.com/AndrejKoelewijn
Feed Description: On Oracle, Java and OpenSource
Brian Duff writes that he had some problems reading the html generated by his uix pages. But he also mentiones that there is a solution. If you set the configuration property debug to true, the generated html code will be readable.
I currently have a different but somewhat similar problem. I've created a jsp which generates about 120kb of html. If i format this html page using tidy, it's only 18kb in size (lots of lines with only spaces). Is there a way to configure OC4J (9.0.3) to remove those spaces?