RE: [flexcoders] How to get access to HttpSession in a stateful-c lass

2005-04-07 Thread Doodi, Hari - BLS CTR
are assigned to your public vars. Thanks! Hari -Original Message- From: Steven Webster [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 6:19 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to get access to HttpSession in a stateful-c lass Dan, > This may be a stupi

Re: [flexcoders] How to get access to HttpSession in a stateful-c lass

2005-04-05 Thread Dan Tropp
Steven, Thanks for the reply. I realise my question wasn't quite clear - I wanted to access objects in the request object on the client. Or more specifically, pass a complex object that is available to the JSP into the Flex app. This page was what I was after... http://livedocs.macromedia.c

RE: [flexcoders] How to get access to HttpSession in a stateful-c lass

2005-04-05 Thread Steven Webster
Dan, > This may be a stupid question, but if your flex app is > wrapped in in a jsp file (using something like source="..."/>) can you access variables in request scope? > Or can you pass selected variables into a flex app? There's also a section in the docs "Passing Request Data to Flex App

Re: [flexcoders] How to get access to HttpSession in a stateful-c lass

2005-04-04 Thread Dan Tropp
This may be a stupid question, but if your flex app is wrapped in in a jsp file (using something like ) can you access variables in request scope? Or can you pass selected variables into a flex app? I got around it by having initialize="callHttpServiceToGetInitData()" in my , but this seemed

RE: [flexcoders] How to get access to HttpSession in a stateful-c lass

2005-04-04 Thread Matt Chotin
TADA!  http://livedocs.macromedia.com/flex/15/flex_docs_en/2247.htm :-)   Matt   From: cazzaran [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 6:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to get access to HttpSession in a stateful-class