[html-formfu] Subclassing HTML::FormFu::Element::Select

Mario Minati mario.minati at googlemail.com
Mon Sep 24 13:33:36 GMT 2007


On Monday 24 September 2007 12:28:07 Zbigniew Lukasiak wrote:
> On 9/24/07, Zbigniew Lukasiak <zzbbyy at gmail.com> wrote:
> > After I changed the name to MySelect (without a :: in the name) it
> > worked.
>
> Now I think this could be a bit misleading.  I've actually changed it
> to HTML::FormFu::Element::MySelect.  What I meant is that in the
> config I have the name without the ::).

I have custom elements working here, so I don't think there's a problem in 
FormFu.

- type: DBIC::Select
works, while the lib directory is a different one as for the normal 
HTML::FormFu as I include all the lib directories from my working copy in my 
app to all use the latest svn version

- type: +glue::HTML::FormFu::Element::similar
works also

with constraints I use for a custom constraint
- type: +glue::HTML::FormFu::Constraint::WebAddress

Greets,
Mario



More information about the HTML-FormFu mailing list