jsr 168 portlet file download

2007-09-19 Thread vtysh
I am new in Cocoon Portal. Is where a way to use technique described http://www.unicon.net/node/596 here in Cocoon? I tried to define new custom-window-state in portlet.xml file but my portlet doesn't see it. Or is where another way to get exclusive access to response output for file download pu

Re: jsr 168 portlet file download

2007-09-19 Thread vtysh
Thanks for detailed answer. If nobody will give me any other suggestions will try to implement download by your recommendations. Carsten Ziegeler wrote: > > vtysh schrieb: >> I am new in Cocoon Portal. Is where a way to use technique described >> http://www.unicon.net/node/5

Re: jsr 168 portlet file download

2007-09-19 Thread vtysh
Interesting, that org.apache.cocoon.components.modules.input.PortletURLModule contains references to resource URL such as in jsr 268. The only quesions are can it be used or not and if yes then how to. Carsten Ziegeler wrote: > > vtysh schrieb: >> I am new in Cocoon Portal. Is wh

Cocoon+facelets

2007-10-22 Thread vtysh
Is anybody experienced how to run facelets application on cocoon, even very simple? I already tried to use examples from faces blocks, but cocoon ignores xmlns:ui namespace of facelets. Also i tried to include FacesServlet to cocoon web.xml but cocoon doesn't want to start. The reason is cocoon do

Deploy portlet without a pluto wrapper

2007-11-12 Thread vtysh
I am trying to deploy jsf portlet on Cocoon using technique described in http://wiki.apache.org/cocoon/JSR168Portlet wiki , but seems that org.apache.pluto.core.PortletServlet isn't good for this purposes. Is there a way to deploy external portlet without Pluto wrapper? -- View this message in c

Cocoon portlet file upload problem

2007-11-15 Thread vtysh
I have a jsf portlet wrapped by org.apache.pluto.core.PortletServlet. Portlet works in Cocoon portal except handling of multipart forms (file uploading). I can't read an inputStream of incoming request, seems that it is readed before it comes to my application. But i can see contentLength which is