>> - 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
On Fri, Jan 21, 2011 at 3:00 PM, Markus Joschko <[email protected]> wrote: > I see. That might work fine with XMLHTTPRequests, but not when I use > plain old direct > HTTP calls. And I find it highly inelegant. You may of course also use a regular servlet filter to set the Location header. -- Vidar S. Ramdal <[email protected]> - http://www.idium.no Sommerrogata 13-15, N-0255 Oslo, Norway + 47 22 00 84 00 Quando omni flunkus moritatus!
