> - In your SlingPostProcessor, be sure that you register the nodes you > are adding in the modifications list (which is a parameter to > SlingPostProcessor.process(). This list is returned in the > HtmlResponse of SlingPostServlet. > - The client examines the returned HTML (or JSON) to find the path of > the created node, and redirects
I see. That might work fine with XMLHTTPRequests, but not when I use plain old direct HTTP calls. And I find it highly inelegant.
