Re: [Catalyst] PathPart help

2007-11-16 Thread Matt S Trout
On Thu, Nov 15, 2007 at 11:47:34AM -0800, Les Fletcher wrote: I have question about setting up PathPart's and Chaining. I am trying to set something that has the following look: /namespace/ = This lists out a list of objects /namespace/id = displays detail information about the object with

Re: [Catalyst] Storing DateTime in session causes warning

2007-11-16 Thread Tobias Kremer
Quoting Jason Kohles [EMAIL PROTECTED]: Tobias Kremer wrote: I'm storing a DateTime object in $c-session and I just realized that this is causing the following warning on every request: Use of uninitialized value in subroutine entry at ../../lib/ Storable.pm (autosplit into

[Catalyst] Fancy graphing - like Google Finance, anybody done it?

2007-11-16 Thread Dustin Suchter
I know it is easy enough to generate graphics in Perl and Catalyst. I've also seen a few ways to do DHTML/AJAX style menus in Catalyst apps. I'd like to implement something like Google Finance's charts in a reporting system as part of a Catalyst app I'm building. Personally, I don't care if the

Re: [Catalyst] Fancy graphing - like Google Finance, anybody done it?

2007-11-16 Thread Ricardo Botelho de Sousa
Hello, On Friday 16 November 2007 20:04:35 Hartmaier Alexander wrote: I do network monitoring graphs, great links guys! I'd like to promote plotkit http://www.liquidx.net/plotkit/ Which I haven't had the chance to use yet! regards -- ServiSMART Ricardo

Re: [Catalyst] PathPart help

2007-11-16 Thread Jonas Alves
On 11/16/07, Jason Kohles [EMAIL PROTECTED] wrote: On Nov 16, 2007, at 11:11 AM, Christopher H. Laco wrote: sub has_user : Chained('id|name|email') NoPathPart CaptureArgs(0) { } sub edit : Chained('has_user') PathPart('edit') Args(0) { } That NoPathPart you already have with an empty