Hi,

How it's possible to build multipart response with tapestry.

I need to do something like this:

            response.setContentType("multipart/form-data; boundary=" +
S_BOUNDARY);

            TextMultipartMessage tmm = new TextMultipartMessage(S_BOUNDARY,
S_VERSION);

            String sContentType = "txt";

            String sExtension = "txt";

            tmm.addPart(docId, sContentType, sExtension, 0, "2006-12-11",
"2006-12-11", "2006-12-11", "2006-12-11");

            response.getOutputStream().write(tmm.toString().getBytes());


This is a legacy code that i need to reproduce to the new environment built
with tapestry.


Regards,

*Pedro Januário*
------------------------------
*Delivering Innovation and Technology*

Reply via email to