Hello Reinhard,

I saw this code selector mentioned on the cocoon 2.1 web page and it seems like it was made for excatly that case. Not sure how to find the author of that page though - he might know more...

Essentially, I'd like to have sth like an or, saying

<map:when test="(test1 == true or test2 == true or test3 == true)">
...
</map:when>

execute this pipeline fragment. This would ideally be real code inside the test attribute - java or javascript like we're also using for flowscripts.

Problem with the conventional selectors is that I need to have a map:when for each statement I want to check - which would already be 3 in the case above, effectively writing the same code again and again within every distinct map:when.

Thanks for your help!
   Ralph



Reinhard Poetz wrote:
Ralph Rauscher wrote:
Hello,

the cocoon documentation mentions a codeselector on http://cocoon.apache.org/2.1/userdocs/selectors.html. Anyone knows how to define this selector in the sitemap?

<map:selector name="codeselector" src="?????????"/>

Couldn't find any class in the cocoon sources that resembles a code selector.

I have never heard about a code selector. What do you want to achieve?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to