Sitemap parameters can be passed into an XSP but how do you set and pass out parameters to the pipeline from the XSP. I have found the utility tag <xsp-util:get-sitemap-parameter/> but can't seem to find an equivalent <xsp-util:get-sitemap-parameter/> tag.
I need to be able to set a parameter within an XSP and have it visible by the pipeline.
Sorry, this is not possible because the sitemap code is already done when the XSP code is invoked. You should consider moving your functionality to a component, flow, or an action. You can even write actions using XSP. See docs on how to set return parameters. http://wiki.cocoondev.org/Wiki.jsp?page=XSPAction
-- C h r i s t i a n H a u l [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
