Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Alejandro_Storn
Alejandro_Storn
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Alejandro_Storn
Customize the badges you want to showcase on your profile
Retrieving session data in remote objects with FlexContext.getFlexSession().getAttribute(myName) doesn´t work - Adobe LiveCycle 19-07-2006
Here is a jsp page (fww_prueba_ale.jsp) that references a swf(compiled from sessionDataManagerCaller.mxml) that only makes acall to a Remote Object (SessionDataManager.java) that try toobtain information from the session. In the jsp, i set a sessionattribute myName, with the value Paolo and i print it and thesession ID. In the remote object, i try to get the value of thatattribute, but it is null. The session ID is not the same either. public class SessionDataManager{ public SessionDataManager()...

Views

4.1K

Likes

0

Replies

4
How to access the request attributes ? - Adobe LiveCycle 17-07-2006
I´m including an swf (the compiled version of my mxmlpage) in a jsp which is part of my Struts application, like this:This is the chooser.mxmlI' ve configured in the remoting-config.xml the Remote ObjectchooserProvider like this:samples.providers.ChooserProviderapplicationIn the samples.providers.ChooserProvider.java, I want toacces the attributes that are setted in the HTTP request. I triedusing the FlexContext.getHttpRequest() and theFlexContext.getFlexSession(), but the attributes doesn´texis...

Views

498

Likes

0

Replies

2