|
Question is why are you putting in the session? For the
simple answer, just create a method on a java class that will retrieve that
object and call it from Flex, like so:
public getLogin() {
return
FlexContext.getFlexSession().getAttribute("user");
}
Dimitrios
Gianninas
RIA
Developer
Optimal
Payments Inc.
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of jonathan_merey Sent: Thursday, October 05, 2006 10:23 AM To: [email protected] Subject: [flexcoders] Get Attribute of FlexSession in Flex I put data in FlexSession like that in my Java code :
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- RE: [flexcoders] Get Attribute of FlexSession in Flex Dimitrios Gianninas
- [flexcoders] Re: Get Attribute of FlexSession in ... jonathan_merey
- RE: [flexcoders] Re: Get Attribute of FlexSes... Dimitrios Gianninas

