Anna Bikkina wrote:

Hi,

I have a xsp page which contains a hyper link .There are some request parameters and some parameters passed to this xsp . The link refers to another pipeline in the sitemap. Basically I have to pass some of these parameters(from the parent xsp) to that pipeline in the sitemap(to which the link refers).

Is there a way I can do it. Can someone please help me with this.

Thanks,
Anna.


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





<a>
<xsp:attribute name="href">/sitemap-uri?your_param=<xsp-request:get-parameter name="your_param"/></xsp:attribute>
Click Here
</a>


Should do it. You need xmlns:xsp-request="http://apache.org/xsp/request/2.0"; attribute in your xsp:page tag as well.

JD

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



Reply via email to