RE: 500 lines of jsp is 10k lines of java

2001-03-19 Thread Kurt Olsen
Thanks everybody for the advice. I'm on track again, using includes. Duh, why didn't I think of that? Kurt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 8:25 AM To: [EMAIL PROTECTED] Subject: Re: 500 lines of jsp is 10k lin

Re: 500 lines of jsp is 10k lines of java

2001-03-19 Thread tmalvos
Olsen" awaii.com> cc: (bcc: Todd Malvoso/GRS/GRN) Subject: 500 lines of jsp is 10k l

Re: 500 lines of jsp is 10k lines of java

2001-03-19 Thread pdw
methods, but I don't know if any actually do that. - Original Message - From: "Kurt Olsen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 19, 2001 11:03 AM Subject: 500 lines of jsp is 10k lines of java > Hi everybody, > > I'm fig

Re: 500 lines of jsp is 10k lines of java

2001-03-19 Thread jbirchfield
awaii.com> cc: Subject: 500 lines of jsp is 10k lines of java

500 lines of jsp is 10k lines of java

2001-03-19 Thread Kurt Olsen
Hi everybody, I'm fighting a problem whereby the java code generated by a 500 line jsp file is so large (10,200) lines that a try/catch block contains so much code that the file won't compile, giving a msg saying something like 'jump target out of range'... Surely I'm not the first to deal with