Hello, I have a portlet that query a database and then display the resultset using some JSP's.
Now, I want to retrieve the query results not in html format but in a zip file format ie when I submit the query in my portlet I then have the "save as ..." window and I'm able to retrieve the query results thru a zipped text file. I managed to do it in an old perl application by changing the content-type and by printing the result in a zip stream. But with java and Jetspeed, I have no idea if it's possible and how to proceed. Is there a content-type specific to each portlet ? If someone could give me some hints, it will help me a lot. Thanks for your help. Fred O.S.B Oceanienne de Services Bancaires BP 9178 Motu Uta 98715 Papeete Tahiti - Polynesie Francaise Site : http://www.osb.pf Tel : (689) 54 08 00 Fax : (689) 41 34 08 ********************************************************************** Ce message et toutes les pieces jointes (ci-apres le "message") sont etablis a l'intention exclusive de ses destinataires et sont confidentiels. Si vous recevez ce message par erreur, merci de le detruire et d'en avertir immediatement l'expediteur. Toute utilisation de ce message non conforme a sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse. L'Internet ne permettant pas d'assurer l'integrite de ce message, l'OSB decline toute responsabilite au titre de ce message, dans l'hypothese ou il aurait ete modifie ou infeste par un virus. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
