Hi,
I'm converting some flowscript to javaflow and can't seem to figure
something out.  I have this in my sitemap:

      <map:match type="request-parameter" pattern="continuation-id">
        <map:call continuation="{1}">
          <map:parameter name="cssDir" value="{global:cssDir}"/>
          <map:parameter name="jsDir" value="{global:jsDir}"/>

So in the flowscript I can get at these parameters like this:
  var jsDir = cocoon.parameters.jsDir;

However, I can't find a similar way to do this in javaflow.  Does
anyone know how I can do this?
Thanks,
Ben

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

Reply via email to