i'm sorry you should use only one time &
-----Original Message----- From: Anna Bikkina [mailto:[EMAIL PROTECTED] Sent: 11mm2004 17:52 To: [EMAIL PROTECTED] Subject: Re: Request parameters question I am having a problem passing multiple parameters to the hyperlink.. like <a href="securityexcel?security=xxx&startdate=2004-02-13 00:00:00&enddate=xxx"> when I use & it is giving me an error The reference to entity "startdate" must end with the ';' delimiter. How can I pass multiple parameters to the link. I tried using \& but still the same problem. Thanks, Anna. On Thursday 11 March 2004 11:31 am, JD Daniels wrote: > 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] --------------------------------------------------------------------- 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]