Hi Paul,
The setting makes no difference that I can see.
Please note though, the code behaves correctly for the route and filters as it
is configured. My issue is that I am wrapping the payload in an unexpected way.
It is expecting the person attributes directly, I am wrapping the attributes in
Does the Property
# No type in the JSON
ERXRest.writeTypeKey=true
work?
Paul
On Aug 30, 2013, at 11:05 PM, Charles Young wrote:
> Hi Amedeo,
>
> No - or at least I don't believe so. I'm using the vanilla ERRestRouteExample
> project as a testbed.
>
> Cheers,
> Charles
>
>
>
> On Aug 30
Hi Amedeo,
No - or at least I don't believe so. I'm using the vanilla ERRestRouteExample
project as a testbed.
Cheers,
Charles
On Aug 30, 2013, at 4:45 PM, Amedeo Mantica wrote:
> Are u using extjs ?
>
> Amedeo
>
> Sent from my iPhone
>
> On 31/ago/2013, at 00:36, Charles Young wrote:
>
Hi Jesse,
Yes, I am having a specific problem.
I'm using the ErRestRoutesExample app to do my testing - always easier to start
with a known good working project.
The call:
>> curl -X POST -d "{ name:'Andrew Schrag' }"
>> http://localhost:62092/cgi-bin/WebObjects/RESTExample.woa/ra/Person.json
Are u using extjs ?
Amedeo
Sent from my iPhone
> On 31/ago/2013, at 00:36, Charles Young wrote:
>
> Hi All,
>
> I have an API that I'm trying to recreate using Webobjects. The service
> communicates using nested JSON.
>
> So Instead of using:
> curl -X POST -d "{ name:'Andrew Schrag' }"
>
are you already having specific problems?
have you checked out the example ERRest project? it’s terse, but it’s basically
all there...
as long as your model is correct you should be able to provide to-one
relationship data - if it’s getting cut off, check your update method’s
ERXKeyFilter bec
Hi All,
I have an API that I'm trying to recreate using Webobjects. The service
communicates using nested JSON.
So Instead of using:
curl -X POST -d "{ name:'Andrew Schrag' }"
http://localhost:62092/cgi-bin/WebObjects/RESTExample.woa/ra/Person.json
It expects something like:
curl -X POST -d "{
Thanks Samuel. Would you have an example? I have to say, I'm no javascript
expert…
On Aug 30, 2013, at 2:05 PM, Samuel Pelletier wrote:
> Ken,
>
> You can create multiple droppable instance and even put droppable inside
> droppable for a more precise location. You can have a draggable insi
Jérémy,
The ERXTaskObjectStoreCoordinatorPool.objectStoreCoordinator() is to use
another database connection and to isolate the background process from the main
user interface process. If you use the default ObjectStoreCoordinator, you will
bloc the users with long database requests.
Even with
Ken,
You can create multiple droppable instance and even put droppable inside
droppable for a more precise location. You can have a draggable inside a
droppable too.
I created a truck dispatch application with those where you can dispatch a job
to a truck (the created destination added at rout
10 matches
Mail list logo