On Thu, Dec 06, 2007 at 02:45:51PM -0800, Michael Higgins wrote:
>
> So, to revisit this overall...
>
> It looks like, short of writing a hook to DBIC, I have to somehow get
> data into my forms... in particular, a select list.
>
> I think the list comes from a method ->options, from the form f
On Thu, 6 Dec 2007 14:45:51 -0800
Michael Higgins <[EMAIL PROTECTED]> wrote:
>
> So, to revisit this overall...
>
> It looks like, short of writing a hook to DBIC, I have to somehow get
> data into my forms... in particular, a select list.
[8<]
> How can I get my 'select' to look like a drop
So, to revisit this overall...
It looks like, short of writing a hook to DBIC, I have to somehow get
data into my forms... in particular, a select list.
I think the list comes from a method ->options, from the form field
select object ( but I don't know). Could it be possible to override such
a
On Thu, Dec 06, 2007 at 10:22:09AM -0800, Michael Higgins wrote:
> On Thu, 6 Dec 2007 10:16:05 -0800
> Michael Higgins <[EMAIL PROTECTED]> wrote:
> > Thanks a lot for your replies. Yes I did set up and use the example
> > application. The problem is, I can't make any sense out of the
> > templates,
On Thu, 6 Dec 2007 09:10:32 -0800
Bill Moseley <[EMAIL PROTECTED]> wrote:
> On Thu, Dec 06, 2007 at 07:09:18AM -0800, Michael Higgins wrote:
>
> Sorry, I missed this question:
>
> > Will this work without form_widgets.tt or CSS?
>
> There's no HTML generation code in Form::Processor. I leave a
On Thu, 6 Dec 2007 10:16:05 -0800
Michael Higgins <[EMAIL PROTECTED]> wrote:
[8<]
>
>
> Thanks a lot for your replies. Yes I did set up and use the example
> application. The problem is, I can't make any sense out of the
> templates, which seem to do all the work. :(
>
> I can make simple temp
On Thu, Dec 06, 2007 at 07:09:18AM -0800, Michael Higgins wrote:
Sorry, I missed this question:
> Will this work without form_widgets.tt or CSS?
There's no HTML generation code in Form::Processor. I leave all that
to the templates. So, "form_widgets.tt" is an example of a template
to generate
On Thu, Dec 06, 2007 at 07:09:18AM -0800, Michael Higgins wrote:
> Hello, list --
>
> Trying to put this module to use... I got nowhere fast with the docs, a
> little further looking at the examples... until I try to make sense of
> the templates.
>
> Can anyone show me a simple example of render
Hello, list --
Trying to put this module to use... I got nowhere fast with the docs, a
little further looking at the examples... until I try to make sense of
the templates.
Can anyone show me a simple example of rendering a form with this
module? I see the form object in a Dumper.dump, so it's al