[html-formfu] nested params branch

Mario Minati mario.minati at googlemail.com
Sun Oct 28 11:47:46 GMT 2007


On Sunday 28 October 2007 02:55:00 Jonas Alves wrote:
> On 26/10/2007, Carl Franks <fireartist at gmail.com> wrote:
> > You don't need to use Catalyst::Plugin::NestedParams - it shouldn't
> > interfere - but it's unnecessary.
> > - If you're not using Catalyst, don't use CGI::Expand, as this deletes
> > the original "foo.bar" param names, which will break HTML::FormFu.
>
> Hi Carl,
> If the dotted parameters are required then it wont work with
> DBIC::Validation or with data coming from a JSON request. It is possible to
> make it work without them? If it is much work maybe Hash::Flatten may help.

Hi Jonas,

what are the specific problems? 
Maybe there are intuitive solutions. 

Like in the DBIC::Validation case we might find a way to just use the part 
after the last dot to find the according field.

Greets,
Mario



More information about the HTML-FormFu mailing list