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

madeiras99
madeiras99
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
4

Discussions

Discussions
3

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by madeiras99
Customize the badges you want to showcase on your profile
Re: Sample Tomcat Custom Authentication - Adobe LiveCycle 30-04-2007
The instructions to setup Tomcat Custom Authentication can befound in {fds_install_folder}/resources/security/tomcat/readme.txtOther than this there are no other Tomcat specific steps. Youwill have to follow documentation for defining securityconstraints, securing destinations by referring to the definedconstraints and passing credentials.HTHKumaran

Views

127

Likes

0

Replies

0
Re: Java -> AS - Adobe LiveCycle 20-12-2006
found solution:java:Map rtn = new LinkedHashMap();rtn.put("list1",list1);rtn.put("list2",list2);rtn.put("list3",list3);return rtn;

Views

126

Likes

0

Replies

0
Re: NetConnection Events Not Working - Adobe LiveCycle 16-06-2006
Check out the ASDoc for flash.net.NetConnection, it shoulddescribe how to listen for events and use responders.In summar, flash.net.NetConnection uses two forms of handlersto deal with events. The first kind is the normal AMF "Result" and"Status" events for a particular invocation - these must be handledby a flash.net.Responder (or subclass) instance. The second kind ishigh level events that may represent catastrophic failures with aconnection/request in general - these you handle for any reques...

Views

89

Likes

0

Replies

0