Re: [S2] struts 2.1.3: share portlet session with servlet (yui ajax)

2009-01-19 Thread Frank Otto
. Have you tried deploying to a different container, like pluto? Nils-H On Fri, Jan 16, 2009 at 4:47 PM, Frank Otto wrote: Yes, but no answer with a solution. I think the problem ist, that the ajax-call create for each request a new session. It doesn't use the session-id of the portal/portle

Re: [S2] struts 2.1.3: share portlet session with servlet (yui ajax)

2009-01-16 Thread Frank Otto
41338&start=15&tstart=0 But there is no solution too. Frank Nils-Helge Garli Hegvik schrieb: Then I'm out of ideas. Have you tried posting to the portlet-container mailing list? Nils-H On Tue, Jan 13, 2009 at 11:03 AM, Frank Otto wrote: I have found out, that the attribute e

[S2] struts 2.1.3: share portlet session with servlet (yui ajax)

2009-01-13 Thread Frank Otto
hi, I have a portlet with struts. It works fine, but I can't share objects in my portlet session with the servlet/action for yui ajax calls. I set in my porlet struts 2 action an object in the portlet session: portletRequest.getPortletSession().setAttribute(MY_KEY, mySe

Re: [S2] struts 2.1.3: share portlet session with servlet (yui ajax)

2009-01-13 Thread Frank Otto
list? Maybe the information at http://wiki.apache.org/portals/Pluto/InstallPlutoGlassfish could be relevant. Nils-H On Tue, Jan 13, 2009 at 10:25 AM, Frank Otto wrote: The portlet and servlet are in the same war. I use glassfish with portlet container 1.0 for develop. I have read the emptySessio

Re: [S2] struts 2.1.3: share portlet session with servlet (yui ajax)

2009-01-13 Thread Frank Otto
application (war file)? What container are you using? Nils-H On Tue, Jan 13, 2009 at 9:55 AM, Frank Otto wrote: hi, I have a portlet with struts. It works fine, but I can't share objects in my portlet session with the servlet/action for yui ajax calls. I set in my porlet struts 2 acti

Re: [S2] struts 2.1.3: share portlet session with servlet (yui ajax)

2009-01-13 Thread Frank Otto
hi, I have a portlet with struts. It works fine, but I can't share objects in my portlet session with the servlet/action for yui ajax calls. I set in my porlet struts 2 action an object in the portlet session: portletRequest.getPortletSession().setAttribute(MY_KEY, mySes