Accumulate EntityProxy properties from subsequent RF calls

25 views
Skip to first unread message

bloo

unread,
Jul 30, 2012, 4:11:09 PM7/30/12
to google-we...@googlegroups.com
Is there a way to accumulate the properties of an EntityProxy as I call RequestContext.find() with different propertyRefs, so that I'm building a fuller client-side EntityProxy that I can push into an Editor?  I have a display-only Editor that displays values as they're requested from the server, but I want to request properties piece-meal as the user navigates this Editor.  Having navigated the entire Editor (think TabLayoutPanel, each tab being another List property of the same EntityProxy), there should be a very full EntityProxy object that is being driven into the Editor.

Thanks.

Jens

unread,
Jul 30, 2012, 4:58:44 PM7/30/12
to google-we...@googlegroups.com
I think you want RequestFactoryEditorDriver.getPaths() and set the String array into RequestFactory.find(id).with(paths) or RequestFactory.yourRequestContext().yourRequest().with(paths)

-- J.
Reply all
Reply to author
Forward
0 new messages