Hi,
In my sitemap a have the following code fragment:
<map:aggregate element="page">
    <map:part src="" strip-root="false"/>
    <map:part src="" strip-root="false">
        <map:parameter name="user_id" value="{1}"/>
        <map:parameter name="app_id" value="{2}"/>
    </map:part>
</map:aggregate>
 
When I try to access the "user_id" and "app_id" inside the XSP file the values are null, but I
know that the values are not null. I never see an example of passing parameters to the parts
of an aggregation, but it seems to make sense.
 
Thanks in advance,
Carlos Dias

Reply via email to