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. <div><br></div><div>Cheers and thanks for the support so far,</div>
<div>M<br><br><div class="gmail_quote">On Fri, Mar 20, 2009 at 8:36 AM, Manu Kaul <span dir="ltr">&lt;<a href="mailto:manu.kaul@gmail.com">manu.kaul@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Thanks Carl. I am not utilizing DBIC so will have to use my own MODEL layer using Perl DBI and Stored Procs anyway.<div><div><div></div><div class="h5"><br><br><div class="gmail_quote">On Fri, Mar 20, 2009 at 8:34 AM, Carl Franks <span dir="ltr">&lt;<a href="mailto:fireartist@gmail.com" target="_blank">fireartist@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2009/3/20 Manu Kaul &lt;<a href="mailto:manu.kaul@gmail.com" target="_blank">manu.kaul@gmail.com</a>&gt;:<br>
<div>&gt; Hi guys,<br>
&gt; I am just about to start my first FormFu form to insert an entry into the<br>
&gt; DB. Was going to follow<br>
&gt; --&gt; <a href="http://www.catalystframework.org/calendar/2007/20" target="_blank">http://www.catalystframework.org/calendar/2007/20</a> as a tutorial.<br>
&gt; Guys I was planning to write my configuration file in JSON format. Is there<br>
&gt; something special that I have to do in Catalyst to load a config file of<br>
&gt; format .json or would it automatically<br>
&gt; understand that the config file is in JSON format and use that for FormFu?<br>
<br>
</div>FormFu uses Config::Any - so any file type it knows about will load.<br>
Any it doesn&#39;t, it&#39;s quite easy to write a Config::Any extension for.<br>
<br>
Be aware some things have changed since that tutorial...<br>
<br>
    $form-&gt;save_to_model<br>
is now<br>
    $form-&gt;model-&gt;update<br>
<br>
    $form-&gt;defaults_from_model<br>
is now<br>
    $form-&gt;model-&gt;default_values<br>
<br>
Carl<br>
<br>
_______________________________________________<br>
HTML-FormFu mailing list<br>
<a href="mailto:HTML-FormFu@lists.scsys.co.uk" target="_blank">HTML-FormFu@lists.scsys.co.uk</a><br>
<a href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu" target="_blank">http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu</a><br>
</blockquote></div><br><br clear="all"><br></div></div><div class="im">-- <br><br>The greater danger for most of us lies not in setting our aim too high and falling short; but in setting our aim too low, and achieving our mark.<br>
- Michelangelo<br>

</div></div>
</blockquote></div><br><br clear="all"><br>-- <br><br>The greater danger for most of us lies not in setting our aim too high and falling short; but in setting our aim too low, and achieving our mark.<br>- Michelangelo<br>

</div>