Re: [html-formfu] sample JSON formatted config file

2009-03-20 Thread Manu Kaul
Can you recommend any more links that run through beginning form creation etc with FormFu? Would love to see more in-depth tutorials talking about validators etc and talking to the Model. Cheers and thanks for the support so far, M On Fri, Mar 20, 2009 at 8:36 AM, Manu Kaul wrote: > Thanks Carl.

Re: [html-formfu] sample JSON formatted config file

2009-03-20 Thread Manu Kaul
Thanks Carl. I am not utilizing DBIC so will have to use my own MODEL layer using Perl DBI and Stored Procs anyway. On Fri, Mar 20, 2009 at 8:34 AM, Carl Franks wrote: > 2009/3/20 Manu Kaul : > > Hi guys, > > I am just about to start my first FormFu form to insert an entry into the > > DB. Was g

Re: [html-formfu] sample JSON formatted config file

2009-03-20 Thread Carl Franks
2009/3/20 Manu Kaul : > Hi guys, > I am just about to start my first FormFu form to insert an entry into the > DB. Was going to follow > --> http://www.catalystframework.org/calendar/2007/20 as a tutorial. > Guys I was planning to write my configuration file in JSON format. Is there > something spe

[html-formfu] sample JSON formatted config file

2009-03-20 Thread Manu Kaul
Hi guys,I am just about to start my first FormFu form to insert an entry into the DB. Was going to follow --> http://www.catalystframework.org/calendar/2007/20 as a tutorial. Guys I was planning to write my configuration file in JSON format. Is there something special that I have to do in Catalyst