RE: the code of method execute is exceeding the 65535 limit

2005-12-14 Thread Chris McCormack
That's 6,000 lines of code in one action class? This book might not be of any other use to you until you read and digest it other than to smack yourself over the head with, but it will stop you getting in to this situation again! http://www.amazon.co.uk/exec/obidos/ASIN/0201485672/ref=pd_rhf_p_1/

Re: the code of method execute is exceeding the 65535 limit

2005-12-14 Thread Dave Newton
Stanislav wrote: I have problem with mention above error message. My action class have over 6k lines of code. Is there anything i can do to "remove" this message without changing code logic? Oh. My. God(dess). You can refactor stuff out into helper classes etc. without changing any logic

Re: the code of method execute is exceeding the 65535 limit

2005-12-14 Thread hicham abassi
Hi, I think that you must refactor your method. No other way ;) 2005/12/14, Stanislav <[EMAIL PROTECTED]>: > I have problem with mention above error message. My action class have over 6k > lines > of code. > > Is there anything i can do to "remove" this message without changing code > logic? >