I've done the following which solved my problem. I overwrite the class:
org.jboss.portal.portlet.impl.jsr168.api.MimeResponseImpl
and added the following:
anonymous wrote :
| public OutputStream getOutputStream() throws IOException {
| return this.getPortletOutputStream();
| }
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251039#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...