RE: [flexcoders] Flex2 - Custom JavaAdapter - ServletContext

2006-02-22 Thread Peter Farland
al Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jim Schneider Sent: Wednesday, February 22, 2006 6:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex2 - Custom JavaAdapter - ServletContext I'm writing a custom java adapter (remote object). I'

[flexcoders] Flex2 - Custom JavaAdapter - ServletContext

2006-02-22 Thread Jim Schneider
I'm writing a custom java adapter (remote object). I'd like to get access to the ServletContext. Is that available? If so, where would I be able to find it? (adapter, service, channel, message broker, ...?). In 1.5, there was an ActionContext class that I could use. Is there an equivalent in 2.0?