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

TucsonJava
TucsonJava
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
6

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by TucsonJava
Customize the badges you want to showcase on your profile
Re: Access Child Objects in AS Object from FDS - Adobe LiveCycle 18-07-2006
Bill,You cannot reference nested object properties directly in adatagrid. For example, datafield="teacherid" is ok butdatafield="school.schoolid" is not. To reference nested objectproperties you need to set up a labelFunction (see theDataGridColumn documentation). In the labelFunction you canreference the desired property like this example:// paints the unit of measure for the school idpublic function resourceSchoolIDLabel( data : Object, column: DataGridColumn ) : String { return data.school.sc...

Views

103

Likes

0

Replies

0
AMF Serialization and floats - Adobe LiveCycle 18-07-2006
I am transfering float values from Java DTOs to correspondingAS objects using both FDS and remote objects. The Java float valueshave a precision of 4 decimal places (verified beforeserialization) yet when they are created in AS they have 16 decimalplaces with values extending throughout the 16 digits. I suppose Ican round the values when I receive them at the client, but cansomeone tell me if there's a better way to insure the destinationvalues are the same as the source?Thanks,Mike

Views

513

Likes

0

Replies

1
Re: Production version issue - Adobe LiveCycle 28-06-2006
Absolutely correct. Thank you very much.

Views

140

Likes

0

Replies

0
Production version issue - Adobe LiveCycle 28-06-2006
The code ran fine under beta3. I've changed the configurationfiles to match the new names, loaded in the new libraries and jarsand recompiled. However, when I attempt to call the fill() methodon my dataservice I get this error: (Please notice the reference toC:\dev\enterprise_beta3\frameworks\mx\data\ConcreteDataService.as.This path does not exist on my machine and it still refers tobeta3). Does this mean I am still missing a vital change to someconfiguration??ReferenceError: Error #1065: Variab...

Views

526

Likes

0

Replies

3
Re: context.root - Adobe LiveCycle 26-06-2006
OK, I fixed that by adding the -context-root /metalsmith tothe compiler arguments in the Flex Compiler properties withinflexBuilder. It still seems like it should have picked it up fromthe flex-config file though.

Views

223

Likes

0

Replies

0
context.root - Adobe LiveCycle 26-06-2006
I have an AMF channel configured in a standard way... In the flex-config.xml file I have the conext root definedas.../metalsmithWhen starting the server (Tomcat) at least the placeholderfor the context.root seems to be there...[Flex] [INFO] Starting Adobe Flex Data Services 2.0 Express(beta period ends Jul 31, 2006)[Flex] [INFO] Adobe Flex Data Services Build: 138139[Flex] [INFO] Endpoint my-amf created with security: Noneat URI: http://{server.name}:{server.port}/{context.root}/messagebroker/am...

Views

2.2K

Likes

0

Replies

2