In handle_page.xsp i will read the parameters and pass it to another url.How can this be specified in handle_pag.xsp ie redirecting to another url, which will have a pipeline match pattern (containing my_next_page.xsp as generator). Also why have you given transform as page2html.xsl? Can it be something else? Smith Quoting [EMAIL PROTECTED]: > Smith > > In Cocoon, its the role of the pipeline to handle requests... > Assuming I type http://xxx?x=3&y=4 into my browser, > or that this URI results from another form somewhere in > the system, why not just have a pipeline match for this: > > <map:match pattern=\"xxx\"> > <map:generate type=\"serverpages\" src=""> > <map:transform src=""> > <use-request-parameters>true</use-request-parameters> > </map:transform> > <map:serialize/> > </map:match> > > (Obviousy the my_next_page.xsp can also handle the X and Y if > needed...) > > Derek > > >>> [EMAIL PROTECTED] 2004/08/19 03:03:45 PM >>> > I retrieve 2 parameters from a url using xsp request. > > is there any way to post these 2 parameters to the next url > automatically without having a submit button ? > > ie the url http://xxx?x=3&y=4 should automatically direct to a page > where the values of x and y will be posted. > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > MailScanner thanks transtec Computers for their support. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

Reply via email to