On Fri, Dec 26, 2008 at 1:33 PM, Stephen Carville <[email protected]> wrote: > I am writing a "make my life easier by letting users do some things > for themselves" program but I cannot get a redirect to work after > login.
Forget I said anything :-) I took another look at my source and realized i was using the syntax for the regular CGI not the plugin module. I changed $self->redirect(-uri=>$url); to $self->redirect($url); and it works correctly. -- Stephen Carville ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################
