On 10/19/07, Brian Cassidy <[EMAIL PROTECTED]> wrote: > Octavian Rasnita wrote: > > From: Jonas Alves > > > Why not use $c->uri_with(lang => $lang) ? > > > > Thank you. I didn't know about $c->uri_with. > > Actually, it's $c->request->uri_with(). >
He can also use the third parameter to uri_for for that: $c->uri_for( $path, @args?, \%query_values? ) -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ Dev site: http://dev.catalyst.perl.org/
