Hi Carl

I am having a problem with populate_from_formfu. when I call populate_from_formfu() for inserting data into database, the "Country" column gets nothing inserted even there is value for it. I tried dumping some data from populate_from_formfu in DBIx/Class/FormFu.pm, it gave me that '$params' has all the form fields param including the country column data, but '$params->{$col}' doesn't. I am not sure why.

the data_type of "Country" is "bigint", is_nullable.
Kewei

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to