Re: RequestFactory List of Entities property

2011-10-18 Thread 007design
Thank you so much for your reply. I modified the request like so: requestFactory.formRequest().findForm(1).with(fieldsList).fire(... but now I get an UnexectedException with this message: Could not determine getter for property value on type Field Thanks again. On Oct 17, 11:20 pm, Aidan

Re: RequestFactory List of Entities property

2011-10-18 Thread 007design
I don't know what the issue was exactly but I seem to have gotten it to work. Now my question is if there's a better way to fetch complex object graphs from the server than having to write: request.findEntity.with(itemA.itemB.itemC, itemA.itemD.itemC ...) Is there a more efficient way to do this?

Re: RequestFactory List of Entities property

2011-10-18 Thread Aidan O'Kelly
If you are using the Editor framework to edit (or display) the object, RequestFactoryEditorDriver can build a list of paths based on the tree of editors. If your object graph is that complex, the Editor framework is probably worth looking into! One thing to note about with(), is it silently