java - error on my jsp page -- constant string too long -
i trying include jsp page contains huge content content area, getting error :
constant string long , unable compile class jsp.
any work around problem ?
the simple solution problem splitting huge content multiple jsp pages , including them dynamicly (using <jsp:include>
) 1 single jsp.
Comments
Post a Comment