Hi Barry,

I don't have answer's for many of your questions but I just wanted to say
it's great that we have more viewers being built on top of RestfulObjects.
If it's something you can contribute back that's even better. I don't know
how much of the AROW code you're using but if you find any bugs or have any
feature requests feel free to add them to the github page[1].


1.      The objects have a number of properties that return derived values
> and hence only have a getter but the viewer is not catering for this
> scenario.. When attempting to persist a NullPointerException is raised.
> This
> is caused by an attempt to execute the clearPropety method on a null
> PropertyClearFacet.
>
>
AROW only does per-property updates so I haven't run into this situation.
When persisting a new object, however, what I've been doing is using the
"arguments" property from the persist link and iterating over my form
fields, filling in the values for each argument I find. That seems to give
me all the values that are required. Maybe something similar can be tried
for the "update" link on an object.

Thanks.
--
Adam

[1] https://github.com/adamhoward/arow/issues

Reply via email to