| Author |
Splitting up JSP containing logic:iterate tag
|
Vidya Gupta
Ranch Hand
Joined: Mar 18, 2012
Posts: 96
|
|
Hi,
I have a JSP file -size issue in my Weblogic server which is giving an error "name is too long to represent".
I want to split that file but the issue is the entire file is written in logic:iterate tag .
I want to know how to split this file.
MyJsp.jsp contains a logic:itereate tag in which there are nearly 3000 lines of code. I need to split the the file in the middle of <logic:iterate> tag.
Regards,
Vidya
|
 |
 |
|
|
subject: Splitting up JSP containing logic:iterate tag
|
|
|