Hello Peter ! On Thu, 04 Mar 2004 18:07:49 -0600, "Peter Luttrell" <[EMAIL PROTECTED]> said: > Whenever i added export="true" to my table the jsp page blows up with > the following exception: > > org.apache.commons.collections.IteratorUtils.arrayIterator([Ljava/lang/Object;)Ljava/util/Iterator;
I had that problem too. I had commons-collections-3.0 in my webapp's classpath. When I rolled back to 2.1, this went away. I was told that if you compile with commons-collections 3.0 instead of 2.1, this problem will not occur, although I haven't verified this myself. Bye ! Fran�ois Developer of Java Gui Builder http://jgb.sourceforge.net/ ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

