Hi
yesterday I run into a problem with very large lists for printing.
My first try was to collect all the records i need in a low priority thread
in the background, store it in session context and display the list in a
"<logic:iterate .." loop inside a tile. But this run in a memory problem.
Now I'm looking for a posibility to send 10 by 10 records to the client as a
continues stream. But I don't know how. Is there a way to do that with
Struts and how can I use tiles to format the output

Thanks
Reinhard Dunst

Reply via email to