[flexcoders] Re: Working with Session....

2007-05-24 Thread sanjaypmg
Hi, Thanks for your suggesions but I am already doing it in the same way as to store it in javascript variable and pass it using External Interface I am looking the way to access session variables directly from flex.. is there anyway..? thanks, SS --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Working with Session....

2007-05-24 Thread Anthony DeBonis
Hope one of these helps you: I have not tried this yet could not find any example code BUT if your using FDS you could try FlexSessionBindingEven http://docs.greendog.ru/Programming/Flex/docs/fds2javadoc/flex/messagi ng/class-use/FlexSessionBindingEvent.html OR mx:RemoteObject

[flexcoders] Re: Working with Session....

2007-05-24 Thread Pedro Varela
Hi you.. hope yeh're all right!! Look, I have to do the same that yeh want to. But haven't found nothing.. Did you already know how to?? I have login actions in JSP, and when login succed the flex app that I did appears, so I neew to receive a paremter like email in my flex.. Thanx, hope yeh can

[flexcoders] Re: Working with Session....

2007-05-23 Thread sanjaypmg
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Working with Session If you are using FDS, have a look at flex.messaging.FlexContext On May 22, 2007, at 11:27 AM, sanjaypmg wrote: Hi All, Am using flex with an existing java application here I

[flexcoders] Re: Working with Session....

2007-05-23 Thread Anthony DeBonis
I am sure there are many ways to make this happen some better then others. -IF values never change once they are logged in then you could pass them in a FlashVars... kinda oldschool but still works - Write them as JavaScript vars on page and read them in, like with at External Interface