[rt-users] Redirecting to another screen
Jesse Vincent
jesse at bestpractical.com
Fri Jun 17 14:54:57 EDT 2005
On Fri, Jun 17, 2005 at 02:51:45PM -0400, Stephen Turner wrote:
> Hello,
>
> If I want to redirect to another screen, is it better to use $m->redirect,
> or $m->comp + return ?
We've seen some issues with $m->redirect() and some mod_perl servers,
but it's a cleaner solution that presents the proper URL to the end
user.
if $m->redirect(); $m->abort(); works, then that's the right solution.
>
> Thanks,
> Steve
>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Be sure to check out the RT Wiki at http://wiki.bestpractical.com
>
--
More information about the rt-users
mailing list