You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Adriano Smith <or...@sify.com> on 2004/08/25 13:24:21 UTC

xsp call url

i have a file read.xsp which is called for the url

http://xx/mail?key=login&ud=user&pwd=pass
ie read.xsp is the generator.

3 parameters are passed in the url.
Now from the xsp, is it possible to redirect to another url based on the value of parameter 'key'.

However the parameters 'ud' and 'pwd' should be passed to the next url as parameters.

http://x.com/mail/login?ud=user&pwd=pass