Hey all,

Wonder if anyone could short-circuit my searching through the cocoon codebase (yes, I 
know, its good for me :).

I want to access a http request header variable (placed by siteminder) and use it in a 
transform stage.  So, here my test pipeline:

   <!-- welcome page -->
    <map:match pattern="roger.html">
      <map:generate src="welcome.xml"/>
      <map:transform src="welcome.xslt">
        <map:parameter name="contextPath" value="{request:contextPath}"/>
        <map:parameter name="parameter" value="{session-context:request/method}"/>
      </map:transform>
      
      <map:serialize type="xhtml"/>
    </map:match>

(look familiar, no?)

Ok - so then I get this:
....
cause

input-modules: ComponentSelector could not find the component for hint 
[session-context] (key [session-context])
....

Any ideas?

Bruce.

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

Reply via email to