[Catalyst] IE6 shows page cannot be displayed
Oleg Kostyuk
cub.uanic at gmail.com
Thu Oct 15 13:19:30 GMT 2009
2009/10/14 Ascii King <tech at swattermatter.com>:
> # Redirect to the list_prior page
> $c->response->redirect($c->uri_for('list_prior'));
Long time ago I have problems with calling uri_for, using string as
first argument. For me solution was to use action argument, and now I
use only this way. May be, this help you to:
$c->response->redirect($c->uri_for($self->action_for('list_prior')));
HTH
--
Sincerely yours,
Oleg Kostyuk (CUB-UANIC)
More information about the Catalyst
mailing list