[Setup: Cocoon 2.1.5-dev from CVS]
I'm using an input module (page-envelope) in a pipeline of a flowscript view:
<map:match pattern="form-select.xml">
...
<map:transform src="lenya/xslt/common/submit-select.xsl">
<map:parameter name="use-request-parameters" value="true"/>
<map:parameter name="areabase"
value="{request:contextPath}/{page-envelope:publication-id}/{page-envelope:area}"/>
</map:transform>
...
</map:match>The problem is that the module gets a request object with the view URI: /lenya2/mypub/form-select.xml
Some weeks ago it used to be the browser URI: /lenya2/mypub/authoring/foo/bar/baz.html
Sylvain made some changes to the AbstractInterpreter, is it possible that they cause this behaviour?
Thanks in advance! -- Andreas
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
