Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

| * |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / Getting Started / strongly typed objects in array collection on: October 30, 2007, 02:45:33
I have a Java Swing GUI background using a framework (JGoodies) that is very similar to PureMVC and because of the good documentation, i choose to use PureMVC. But enough with the kudo's...

I have a remote service call to a Spring bean which returns a list of objects. With xdoclet 2 I created the VO objects to be used by PureMVC. The VO objects have a source reference to the java class.

My Proxy has an arraycollection as data value and this is filled nicely in the constructor. This works very well. however when I want to display the arraycollection in a DataGrid with no columns defined, I can only see 1 row with information about the arraycollection instead of the 5 items in the arraycollection. When defining the columns and their dataFields, no rows are shown.

I have been searching for hours on how to get the objects out of my arraycollection and on to the screen. Could anyone give me some tips to get me started?
Pages: [1]