Hello,

Thank you as it worked for me.....

I did this:
      
    def show():
    myid =request.vars.id
    redirect(URL(c='articles',f='show?id=%s' % myid))


Regards
Praveen

Reply via email to