Hi all,

I need to pass a paramter from URI to the portal and somehow access it
from my coplets.
More clearly URI could be : samples/blocks/portal/portal?my_param="foo"
or : samples/blocks/portal/foo

I tried this : 

<map:match pattern="portal">     
 <map:act type="session-propagator">
      <map:parameter name="my_param" value="{request-param:my_param}"/>
</map:act>         

works fine for the anonymous page coplets, but as soon as the user logs
in, a new session object is created and my paramter is lost.

I tried also to use a global sitemap parameter, but don't know how to
pass it to mounted subsitemaps where my coplets are...

Any idea ?

Regards,

Phil


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

Reply via email to