2009/10/14 Ascii King <[email protected]>:
>  # 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)

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to