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
Sample Tomcat Custom Authentication - Adobe LiveCycle 26-04-2007
Are there any Tomcat Custom Authentication samples ?

Views

337

Likes

0

Replies

1
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
Java -> AS - Adobe LiveCycle 20-12-2006
This works.java: return( new Object[] { list1, list2, list3 } );AS get list1: event.result[0]How do I return named objects from java so I can access themby name:java: ???AS get list1: event.result.list1thanks.

Views

281

Likes

0

Replies

1
NetConnection Events Not Working - Adobe LiveCycle 05-06-2006
How do I listen for errors other than a fault, ex networkerror ? I added listeners ioError and netStatus to NetConnection andnothing happens.thanks in advance.

Views

306

Likes

0

Replies

1