Re: Struts 2.0.6 portlets

2007-03-16 Thread Nils-Helge Garli
There are some older documentation at http://boss.bekk.no/boss/portletwork/architecture.html and http://boss.bekk.no/boss/portletwork/explained.html that explains some of the key concepts. Some of the stuff is outdated, but the core functionality is the same. The Ajax limitations are basically ge

Re: Struts 2.0.6 portlets

2007-03-14 Thread tom tom
Thank you, Any documentation around on this topic, Struts 2.0.6 portlets development.? (best practices etc). And things to be aware of? I would like to know things like for e.g? If I want a session variable should I put it to the HttpSession or Portlet session. What we really want is forget the

Re: Struts 2.0.6 portlets

2007-03-13 Thread Nils-Helge Garli
A couple of things you should be aware of is: - You cannot use result types that require full control of the response object (e.g. rendering PDFs, images, charts etc). To do that, you must dispatch a request to a servlet instead. - You should be aware of the lifecycle and the phases of a portlet,