Volker Schneider wrote: > > (1) Is it possible to use parameters like {page} in "type" attributes as > well (generator) - I would think so?
No, this is not possible. The type attribute defines the component to be used from the list of configured components in components section of the sitemap. As the sitemap is compiled at startup, the component types are fixed. > (2) Looking at the cocoon sources (2.0.2), there are some selectors. In > order to switch to another pipeline, is there a selector I can use (out of > the box) or do I have to a write a new one, which evaluates a "method" > parameter as seen in your sample sitemap? (I can't find any action or > selector in the sample which uses the "method" parameter, but I > noticed that > the PreceptorDemoAction class returned a map with the "page" parameter.) > (3) Inside of actions I can return a map containing parameters. Instead of > creating a new map, is it possible to extend an existing map (and if it > exists, where can I get it from within the action)? Does that make sense? > No, this is not possible. Each action can only create its own map, it is not possible to "get" the complete map any other action has created. Carsten Open Source Group sunShine - b:Integrated ================================================================ Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn www.s-und-n.de mailto: [EMAIL PROTECTED] ================================================================ --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>