Re: No more than 88 tags in one page?

2002-07-26 Thread peter lin
Vernon Wu wrote: > > 7/26/2002 5:48:15 AM, peter lin <[EMAIL PROTECTED]> wrote: > > > > >search the list for past discussions about this. > > > >a short summary is this. if you're using a jsp compiler that makes one > >huge service method, it will rapidly exceed 64K per method limitation in >

Re: No more than 88 tags in one page?

2002-07-26 Thread peter lin
search the list for past discussions about this. a short summary is this. if you're using a jsp compiler that makes one huge service method, it will rapidly exceed 64K per method limitation in java. As well, there's a bug in jdk1.4 with deeply nested try/catch statements, which would only be a