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

Kristian_Grønli
Kristian_Grønli
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
1

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Kristian_Grønli
Customize the badges you want to showcase on your profile
Master Detail List - Adobe LiveCycle 14-03-2007
hi.Using fds and I have a typical master detail class in java. public class test implements Serializable { private String aValue; private List myList; public String getaValue() { returns aValue; } public String setaValue(String value) { aValue = value; } public List getMyList() { returns myList; } public void setMyList(List li) { myList =li; }}I have an ActionScript class: [Managed] [RemoteClass (alias="entitys.test")] public class test { private aValue:String; private myList:Array; }Listing obj...

Views

228

Likes

0

Replies

0
unable to bind to property - Adobe LiveCycle 13-07-2006
Hi.I'm trying to use a webservice within my flex applicationthat returns an object.I get this error: warning: unable to bind to property 'DD' onclass 'String' (class is not an IEventDispatcher)I'm using this code, and I have other methods in the samewebservice that works, but they only returns one String.Then I call the method like this: [webService id].[operation name].lastResult.[name of theObject from the wsdl file].[name of the String that i need from thewsdl] as: getTest.getWebObject.lastRe...

Views

357

Likes

0

Replies

1