Thanks for your answer Wayne.
I reduced the size of the page up to it was possible but it didn't
work. On the other hand, I have the business functionality in a POJO,
which dictates what parts of the jsp have to be rendered, the problem is
that the jsp has lots of such parts. ;)
Well, I solved the problem by splitting the page and using some include
tags :D
Thanks a lot!
JuanCarlos
Wayne Fay wrote:
Reduce the size of your jsp page, perhaps?
Move code into Java POJOs instead of coding all your business
functionality in the JSP page.
Wayne
On 5/12/06, Juan C. Galeano H. <[EMAIL PROTECTED]> wrote:
Hi all!
I have a long jsp page (1100 lines) that uses myfaces tags and the
servlet generated by the application server (oracle application server
10g) contains 12000 lines, so the application server reports a "code too
large for try statement catch" error when trying to compile such
servlet The suggestion I found to fix this problem is to set the
reduce_tag_code = true in the oc4j but it doesn't work.
Could anyone help me?
JuanCarlos