From: "Pedro Melo" <[email protected]>
Hi,

On Wed, Mar 9, 2011 at 6:11 AM, will trillich
<[email protected]> wrote:
I can't see that the original question has been answered. I'm interested as
well...

I just opened Catalyst.pm ($VERSION = 5.80030) and read the code for
uri_for. As far as I can tell, there is no support for #anchors.

Bye,
--
Pedro Melo


Catalyst uses the module URI and that module supports fragments:

[% uri = c.uri_for('/static/foo'); CALL uri.fragment('bar'); uri%]

It will print something like:

http://www.site.com/static/foo#bar
Octavian


_______________________________________________
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/

Reply via email to