[html-formfu] populate_from_formfu
kewei xiao
kewei.xiao at nald.ca
Wed Jul 18 15:43:49 GMT 2007
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
More information about the HTML-FormFu
mailing list