Carlos Dias wrote:
Jorg, Thanks for the answer, but still doesn't work!!
CDias ----- Original Message ----- From: "Jorg Heymans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 22, 2004 6:35 PM Subject: Re: Passing parameters to aggregation parts
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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
