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 problem if you coded scriptlets that way. try jasper2 which is in the latest 4.1.8 beta. it should improve performance, if you're using tomcat. If you're using some other server, you should talk to the company and get them to fix it. peter Thomas Brückner wrote: > > Hi, > > I'm using the "old" i18n tag library (i.e. not the JSTL) in a page that > currently has 88 occurrences of the <i18n:message> tag. > > As soon as I add an additional one (doesn't matter at which place), both > Tomcat 3 and 4 crash. Is there any limit on the number of occurrences of > the <i18n:message> tag? > > Regards, > Thomas > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>