I am trying to include a jsp page which contains huge content into a content area, I am getting this error :
constant string too long , unable to compile class for jsp.
Any work around this problem ?
I am trying to include a jsp page which contains huge content into a content area, I am getting this error :
constant string too long , unable to compile class for jsp.
Any work around this problem ?
The most simple solution for your problem could be splitting this huge content into multiple jsp pages and including them dynamicly (using <jsp:include>
) into one single jsp.