APEX HTML Header / Region size limitation of 32512 characters insuficient
675865Jan 6 2009 — edited Jan 7 2009I'm developing an application which requires HTML Header and region size to be much greater than 32512, even if i include CSS and Javascritpt through an external file in the Header i still need the header to hold more than 32512 characters.
Keep in mind that the page which will contain such a header won't be oppened very often, and as such the huge header isn't important performance wise, but i really do need more characters more the header.
Is there any way to increase the limit?
If there really isn t a way to increase the limit of the header i would like to know how to increase the limit of a region,
since there will be a lot of content to place in it, surely there is some way to increase it.
As an exanple for you to understand the need for this, i will be developing something similar to a template engine.
Such engine will require a lot of css classes to be written directly in the header (or as last resort in the page's region) , it is not viable to generate an external css file with all the classes i need in this case.
Edited by: Igor Carrasco on Jan 6, 2009 3:39 PM