[Catalyst] Basic CRUD Tutorial

2008-05-06 Thread Albert Vernon Smith
I'm new to Catalyst, and am working my way through the tutorial. I'm on the BasicCRUD section, and something is not behaving as it should. I've gotten to the end of the FORMLESS SUBMISSION section, and entering the URL http://localhost:3000/books/url_create/TCPIP_Illustrated_Vol-2/5/4 works as

Re: [Catalyst] Basic CRUD Tutorial

2008-05-06 Thread Kieren Diment
On 6 May 2008, at 22:16, Albert Vernon Smith wrote: I'm new to Catalyst, and am working my way through the tutorial. I'm on the BasicCRUD section, and something is not behaving as it should. I've gotten to the end of the FORMLESS SUBMISSION section, and entering the URL

Re: [Catalyst] Basic CRUD Tutorial

2008-05-06 Thread Albert Vernon Smith
The reference implementation works as it should. There are not diff changes between my implementation and the tutorial for both lib/MyApp/Controller/Books.pm, root/src/books/create_done.tt2. -albert On Tue, May 6, 2008 at 12:25 PM, Kieren Diment [EMAIL PROTECTED] wrote: On 6 May 2008, at

Re: [Catalyst] Basic CRUD Tutorial

2008-05-06 Thread Albert Vernon Smith
I have figured out the issue. Since the reference installation worked, I obviously had no grander software problem. I then replaced files one-by-one to find the issue. By doing that, I could see that the file lib/MyApp/View/TT.pm was missing a config definition for CATALYST_VAR Looking at the