|
Hi guys,
Im trying to read the contextPath
in the flow. In my sitemap I got this:
<map:match pattern="**.lista">
<map:call function="{1}ls">
<map:parameter name="form-name"
value="{1}"/>
<map:parameter name="contextPath" value="{request:contextPath}"/>
</map:call>
</map:match>
In the flow I try to read
with:
var contesto =
cocoon.parameters["contextPath"];
but "contesto" is empty. Anybody
knows why?
Thanx in advance
Roberto
|
- Input modules Roberto Marra
- Re: Input modules Roberto Marra
- Re: Re: Input modules holger . willenborg
- Re: Input modules[SOLVED] Roberto Marra
- RE: Re: Input modules Jeroen Reijn
