On 22.12.2003 23:06, Christian Haul wrote:
Jürgen Haas wrote:

Hello,

unfortunately I could not find what I am searching for neither by using a
search engine nor by browsing cocoon faq or mail archives. Maybe You can help
me.



I tried to use the SessionAttributeSelector in my sitemap as follows:


--------------------------------------------------
<!-- COMPONENTS -->
<map:selectors default="browser">
  <map:selector name="session-attribute"
  src="org.apache.cocoon.selection.SessionAttributeSelector">
  <attribute-name>pc</attribute-name>
</map:selector>

<!-- PIPELINES -->
<map:match pattern="system">
  <map:select type="session-attribute">


The @type does not match the selector declaration above. Use type="session-attribute"

Hmm, what's the difference? :)


I copied all three session-attribute in one row and they all look equal.

Joerg



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



Reply via email to