On Thu, Jun 23, 2005 at 10:45:31PM +0200, Marcus Ramberg wrote: > I usually do this: > $c->req->args([qw/arg1 arg2 arg3/); > $c->forward('/werever'); > > That way, args are preserved for the next forward too That's what I've resorted to also, but it feels pretty hackish to me. -Colin.