Re: code too large for try statement

2002-04-15 Thread peter lin
You're reaching the 64K compiled class file limit. You're choices are to break the page up into different files, or restructure so the compiled class files are smaller than 64K peter Andrea Grittini wrote: > > Have you ever heard about this problem?? > I'm using JSTL standard tag library toge

code too large for try statement

2002-04-15 Thread Andrea Grittini
Have you ever heard about this problem?? I'm using JSTL standard tag library together with HP_AS to build a dinamic web site from a DB. I have developed my page with about 300 lines of html tags and jsp tag from 5 tag libraries.(JSTL + string + request + datetime) When I compile my file from the

sql: getting columns count

2002-04-15 Thread marba
any way to get the number of columns using JSTL/sql taglib? thank you -- To unsubscribe, e-mail: For additional commands, e-mail: