Re: Images && Portlets

2008-10-14 Thread Nils-Helge Garli Hegvik
It's not really at limitation of struts 2. The portlet spec (jsr168) does not specify support for "resources". Some containers implement å custom window state for this, but since it's not portable, it's not supported in the portlet plugin. So until the jsr286 plugin is ready, you have to do

Images && Portlets

2008-10-14 Thread Torsten Krah
Hi. Is it possible with struts stable (2.0.11.2) - afaik there is no portletUrlType resource there - to render images or other binary content? At the moment i am using the "workaround" to configure the FilterDispatcher (which got this annoying shutdown bug ...) and using the "" hack. I guess t