On 03.09.2014, at 07:30, Carsten Ziegeler <[email protected]> wrote:
> While it's true that all changes go to /apps in my case, the ui logic needs > to decide whether to remove a node in apps, whether to create/update the > node in apps and whether to add the special hide property. it's not that > trivial - a simple post to /apps does not work. Hmm, good point, but AFAIK this should be easy and in line with how the sling post servlet works: - a modification is a complete write (POST) - a delete is a write "sling:hide" (don't remember the actual property) (POST) Cheers, Alex
