I have a need to process a large amount of data and return a csv file to the
client. Is it possible to do this with a Struts action? Is so, what would
I return as an ActionForward (see below)?
return mapping.findForward("blabla);
or
return mapping.findForward(null);
I don't want to forward anywhere. And I'm not returning HTML data either.
I know, I know should use model 2, but I can't in this case. Too much
overhead with 50k records.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]