Readable UIX
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?
01 Feb 2004 |
February 1st, 2004 at 1:40 pm
How about writing a generic servlet filter that takes care of that job. Works for me.