[Catalyst] How to clear off request parameter element

2009-02-23 Thread kakimoto
hi all I have an app with a listing method in the controller. It goes a little like this: sub list { # get object from model based on $c-request-param('id'); IF (object) { return; } ELSE { return all objects belonging to the current user;

Re: [Catalyst] How to clear off request parameter element

2009-02-23 Thread Jason Gottshall
kakim...@tpg.com.au wrote: hi all I have an app with a listing method in the controller. It goes a little like this: sub list { # get object from model based on $c-request-param('id'); IF (object) { return; } ELSE { return all objects