Unico Hommes wrote: > > Ah, ok, so what do you think of using that then? > > I just noticed that the key for the processor is just > > "treeprocessor", what do you think of using a more qualified > > name like org.apache.cocoon.Processor or the name of the > > implementation? > > > > Yes, that was still a TODO and also to make it a public constant > somewhere. I never seem to be able to make up my about where to best put > these things :-) So if you have an idea about it go ahead. > Ok, I used the simplest approach :) and added the constant to the TreeProcessor class. The ActNode now implements Contextualizable and gets the resolver this way. And I removed the recently added getSourceResolver() from the EnvironmentHelper.
So, the only thing missing is the Redirector. Carsten
