cancel
Showing results for 
Search instead for 
Did you mean: 

error in jsp:Code too large for try statement

Former Member
0 Kudos

Hi friends,

When i try to run a jsp program i am getting error "code too large for try statement". How can i rectify it rather than truncating that jsp? is there another way?

Basha

Accepted Solutions (1)

Accepted Solutions (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Basha,

first, welcome on SDN! About your question:

Searching for the error message would have led you to these links (among others):

/thread/17783 [original link is broken]

/thread/32836 [original link is broken]

Hope it helps

Detlev

PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

Answers (1)

Answers (1)

Former Member
0 Kudos

Basha,

When we were implenting an e-form component which was very big, the only way we were able to achieve it was by

"jsp includes". In the main form simply included muliple

jsp pages, where each was a section of the e-form.

we have not found any other better way.

Hope this helps.

-Venkat Malempati

Message was edited by: Venkat Malempati

Message was edited by: Venkat Malempati