Expand my Community achievements bar.

Using DataServices and Assemblers with Strings

Avatar

Level 2
I have a Java Assembler which obtains a list of strings, on
Flex it throws a run-time error saying that i am not using the
IManaged interface.

When you use custom AS classes you use the [Managed] metadata
and that solves it but like i said, i am not using custom objects i
am using Strings.



So is it possible to make this work? what do i need to do? i
wouldn't like to have to create a custom object with a String
property to make this work, so if anyone has any ideas please let
me know
0 Replies