Carlos Dias wrote:
Hi,
In my sitemap a have the following code fragment:
<map:aggregate element="page">
<map:part src="conf/reportmenu.xml" strip-root="false"/>
<map:part src="cocoon:/select_bookmark_list.xsp" 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

OTTOMH : did you try value="../{1}" and value="../{2}" ?


Jorg


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



Reply via email to