Re: Returning binary data through portlet

2005-01-18 Thread David Sean Taylor
Dan Moore wrote: Hi Alan, I can't imagine that you can actually do this, because once the portal begins rendering text (which would happen before your portlet was rendered), you can't change it to render binary data. Any chance you can have a link to a servlet with a target of _blank which pops up

Re: Returning binary data through portlet

2005-01-15 Thread Dan Moore
Hi Alan, I can't imagine that you can actually do this, because once the portal begins rendering text (which would happen before your portlet was rendered), you can't change it to render binary data. Any chance you can have a link to a servlet with a target of _blank which pops up in a new window

Returning binary data through portlet

2005-01-14 Thread Alan Chiang
Hi all, Wondering if anyone knows how to get a portlet to return binary data, or get Jetspeed to return binary data. I have a JSP that reads files for download, coupled with the JSP portlet, but any data returned seems to be intercepted and interpreted as text and is dumped to the portlet window