On Thu, Aug 26, 2010 at 18:38, Alexander Klimetschek <[email protected]> wrote: > On Thu, Aug 26, 2010 at 16:52, Felix Meschberger <[email protected]> wrote: >> You might also want to consider providing a SlingPostProcessor. > > No, I want to use the ModifyOperation in my context, not the other way > around. Apart from doing an internal forward (I find this awkward, > also not sure if this properly works for new nodes/resources created > in the request's session), there is no way to "call" this useful, > existing logic.
An important part of my use case is that I first create a node using a service that already exists and then want to run the modify operation on the newly created node. This is difficult to do with another SlingPostOperation... also that operation should not be used outside of what my servlet defines (the operation namespace is kind of "global"). Regards, Alex -- Alexander Klimetschek [email protected]
