On Thu, Mar 31, 2011 at 1:31 PM, Octavian Rasnita <[email protected]> wrote: > In the templates where you will display the link to the Help file, you can > use: > > <a href="[% c.uri_for_action('/help/index', c.req.path).path %]">Help</a>
What is the purpose of calling .path on the uri returned by uri_for_action? Is there some reason the href should be just the path, instead of the full URI? Ronald _______________________________________________ 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/
