Matteo,

I'm not sure how ZK works or how your portlet is architected.  However,
if you need to share session attributes between a portlet and a servlet
(or other portlets) in the same application, you should use
PortletRequest.getPortletSession().setAttribute(name, value,
PortletSession.APPLICATION_SCOPE).  A more advanced way might be to use
javax.portlet.PortletSessionUtil if that does not work (see the Portlet
API Javadocs).

-- Ben

On Wed, 2008-03-05 at 12:00 +0100, MatteoBordin wrote:
> On 04/03/2008 1.04, [EMAIL PROTECTED] wrote:
> > Matteo, this error is caused because you need to take an extra assembly 
> > step ...
> >
> > -- Ben
> Thanks Ben,
> now I am able to see my zk application into the portlet thanks for you help.
> But I have a problem when I do a remote action (I click in a button 
> where I would like to interact with a server) I obtain a timeout.
> Did you know if i have set something obout the zk session?
> Do I have to sher the zk session with the portlet one? In which way?
> 
> Thanks
> Matteo
> 

Reply via email to