2009/5/30 Christopher Schultz <ch...@christopherschultz.net>: > So, <bean:define> is basically calling news.getAbstr() (or > news.getTitle()) and it is returning null, which throws an error. > > I suspect that either your news object is null, or the title or abstract > of the news item is null. My guess is that 'news' is null. > > Maybe you mistyped "news" as "nzews"? > >> <logic:iterate scope="request" id="nzews" name="limitNewsList" >> length="2" offset="0"> > > ??
we did this on purpose, to watch the tomcat versions behaviour. Anyway we solved the problem! as Caldarale, Charles R said it seems that "Your code may be dependent on a bug in 4.1 that was fixed in later Tomcat levels", indeed with version 5.5 and 6.0 tomcat throws an error. Then we traced down the code, and we found that "abst" was actually declared as "abstract". Now it works. thank you! -- mr --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org