2008/5/5 Mario Silva <[EMAIL PROTECTED]>: > Hi all, > > The way FormFu is now, we cannot specify a model from a different namespace. > For example, if I specify a model like this: > > default_model => 'My::Name::Space::Model' > > it will be seen like: > > HTML::FormFu::Model::My::Name::Space::Model > > this may not be what we want. > > so if you put your model like this: > > default_model => '+My::Name::Space::Model' > > it will be seen correctly ;)
Thanks - I've committed it. Cheers, Carl _______________________________________________ HTML-FormFu mailing list [email protected] http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
