madison.sacd has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
I try to attach query string when I use response redirect but it doesnt work. Please help me to check what is wrong with my code?
I try to attach query string when I use response redirect but it doesnt work. Please help me to check what is wrong with my code?
my $itemid = 16; my $uri = "/lender/loan/loan_details?itemid=${itemid}&Display; $c->response->redirect( $c->uri_for($uri) );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: about catalyst response redirect
by chargrill (Parson) on May 24, 2007 at 05:42 UTC | |
by madison.sacd (Novice) on May 25, 2007 at 08:25 UTC |
Back to
Seekers of Perl Wisdom