
marcus at nordaaker
May 26, 2008, 11:41 AM
Post #4 of 7
(344 views)
Permalink
|
On 26. mai. 2008, at 15.10, Marcello Romani wrote: > Hi, > I'm writing an app from scratch, using dbic and tt as db and > template systems. > When I put something like this: > > Catalyst.uri_for('create') > > in a template, the url that gets into the page is not <controller>/ > create, as I expected, but rather > > /tt/create > > which is of course wrong. > > I have done some search but could not find any pointers for where to > start looking... > > Any hints ? Hi Marcello. This is a bug in Catalyst 5.7013, released last week. 5.7014, released yesterday, fixes this issue. Sorry about the trouble Marcus -- Managing a thousand monkeys on typewriters. _______________________________________________ List: Catalyst[at]lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst[at]lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/
|