AW: AW: Retrieving session data from an action

2004-05-28 Thread Hildebrandt, Ole
PROTECTED] Gesendet: Donnerstag, 27. Mai 2004 19:05 An: [EMAIL PROTECTED] Betreff: Re: AW: Retrieving session data from an action Thanks for responding. getSession() returns a session whose getAttribute method returns an object of type SimpleSessionContext. How would I access

AW: Retrieving session data from an action

2004-05-27 Thread Hildebrandt, Ole
Hi, Have you tried this within an acion? Request request = ObjectModelHelper.getRequest(map); Session sess = request.getSession() Regards Ole -Ursprüngliche Nachricht- Von: Bruce Perryman [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 27. Mai 2004 00:03 An: cocoon

Re: AW: Retrieving session data from an action

2004-05-27 Thread Bruce Perryman
Thanks for responding. getSession() returns a session whose getAttribute method returns an object of type SimpleSessionContext. How would I access this object? --- Hildebrandt, Ole [EMAIL PROTECTED] wrote: Hi, Have you tried this within an acion? Request request =