Thanks, but that is not exactly what I'm looking for.
My previous explanation wasn't clear enough.

I want to be able to do posts to both nodes and registered servlets.
I then went to grab the response and send that back.  From what I can tell,
this doesn't seem to work for servlets.
ex:
- Nodes
  Set properties on the nodes or do any of the @Delete, @Move things sling
provides
- Servlets
  Do a request to the servlet, let the servlet do it's thing and get the
response that I can send back to the user.

This is why I wanted to wrap both the request and response.



As a little sidenode, I wrote a small patch [1] that allowed you to send a
couple of properties to multiple nodes and apply those. It would use the
applyTo parameter. I also added the possibility to make applyTo a query as
discussed at [2].
I didn't submit it because it was something I just hacked together which we
didn't really need it in the end plus I hadn't really thoroughly tested.


Thanks for your help,

Simon



[1] http://codereview.appspot.com/176047/show
[2] http://www.mail-archive.com/[email protected]/msg01906.html
-- 
View this message in context: 
http://n3.nabble.com/Dispatching-a-request-with-new-RequestParameters-tp91233p92106.html
Sent from the Sling - Users mailing list archive at Nabble.com.

Reply via email to