REST Relationship

2012-12-20 Thread gabor raz
Hi, I try to create a REST interface for a application. And my problem know is i don't understand how to set relationships. I tried it like in the ERRestRouteExample with the updateAction. ERXKeyFilter filter = ERXKeyFilter.filterWithAttributes();

Re: REST Relationship

2012-12-20 Thread Jesse Tayler
try ERXKeyFilter filter = ERXKeyFilter.filterWithAttributesAndToOneRelationships(); On Dec 20, 2012, at 10:03 AM, gabor raz gabor@rucotec.ch wrote: Hi, I try to create a REST interface for a application. And my problem know is i don't understand how to set

Re: REST Relationship

2012-12-20 Thread Pascal Robert
Le 2012-12-20 à 10:03, gabor raz gabor@rucotec.ch a écrit : Hi, I try to create a REST interface for a application. And my problem know is i don't understand how to set relationships. I tried it like in the ERRestRouteExample with the updateAction.