Re: code too large for try statement catch OAS 10g

2006-05-15 Thread Juan C. Galeano H.
ll, 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. Gale

code too large for try statement catch OAS 10g

2006-05-12 Thread Juan C. Galeano H.
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

Re: t:saveState how-to?

2006-04-28 Thread Juan C. Galeano H.
Hi John! I think you will get the same behavior if you get rid the ids, I mean, what is important in saveState is the value attribute. The way I use saveState, for instance to preserve myBean state, from page1.jsp to page2.jsp is as follows: in page1.jsp and in page2.jsp where myBean i

Re: reset tree2 root via commandLink, illogical state errors

2006-03-30 Thread Juan C. Galeano H.
Hi! I had a similar problem and I had to set preserveToggle="false" so that tree get collapsed after each request. I hope it helps you. regards, JuanCarlos Bill Schneider wrote: I am trying to implement a page with the tree2 tag in which clicking on a node in the tree redraws the tree wit