[Catalyst] preserve the URL in browser box

raptor raptor at tvskat.net
Wed Jan 18 19:25:19 CET 2006


hi,

I have the following scenario :

sub additem {
	......
	$c->forward('listitems');
}

sub listitems {
	......
	$c->forward('...V:TT');
}

sub postitem {
	......
	$c->forward('additem');
}


postitem is called from a <FORM> in additem page. 
Now the problem is that after posting an item the address in the browser url box is left as 'postitem', but I want it to be 'additem'.
Is it possible if yes how ?

tia



More information about the Catalyst mailing list