N. Arakawa wrote:
> I often make a data-table view, which links to similar views with
> small parameter changes, such as paging or sorting order.
>
> In this case, making a link URI based on 'delta' information is handy.
>
> In Application Code:
>   sub uri_delta{

> There is at least one drawback of this approach:
>  it is not possible to 'delete' a parameter.
> However, assign 'undef' instead of deleting  parameter often enough.
>
>
Is this any different than $c->req->uri_with()?

-Brian

Thanks Brian.

I just not notice 'uri_with'.
I only search around the 'uri_for' (Ctalalyst.pm) not a in Reauest.pm
to find a this kind of utility.

What is a recommended ideom in TT-Template for 'uri_with'?



_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to