I have a large resultset on a jsp-page that I want to export into XML from the java-object I have available in the session scope. Does anyone have a tip on how to do this (in detail)? :-) I've tried the display-tag's export feature, but it does not work when setting the export.amount property to list, only on page. It returns a java.lang.NullPointerException at org.apache.taglibs.display.TableTag.getIterator(TableTag.java:767) and the webpage returns HTTP ERROR: 500 Internal Server Error.
Is it another way of doing this? (PS: I want to be able to define the format of the XML-file myself).
Cheers, Bard A. Evjen
------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

