Re: Creating multipart responses

2009-08-11 Thread Thiago H. de Paula Figueiredo
Em Tue, 11 Aug 2009 07:42:15 -0300, Pedro Januário escreveu: Hi, Hi! How it's possible to build multipart response with tapestry. I've never tried, but I guess the solution is to return a StreamResponse. -- Thiago H. de Paula Figueiredo Independent Java consultant, developer, and instr

Creating multipart responses

2009-08-11 Thread Pedro Januário
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 sCon