Hi!

I created a form with a select field and two submit button with different values. When I sent the form, the Catalyst reports the correct parameters, but formfu not:

[debug] Body Parameters are:
.-------------------------------+--------------------------------.
| Parameter                     | Value                          |
+-------------------------------+--------------------------------+
| _token                        | ftqm2x2o98crjfyr               |
| image                         | Image                          |
| product_id                    | 4                              |
'-------------------------------+--------------------------------'
[debug] Found sessionid "..." in cookie
[debug] Restored session "..."
[debug] HIER: $VAR1 = {
          'product_id' => '4',
          '_token' => 'ftqm2x2o98crjfyr',
          'data' => 'Data',
          'image' => 'Image'
        };

($c->log->debug('HIER: ' . Dumper $c->stash->{form}->params);)

What about this?

Thanks

--
Gabor HALASZ <halas...@freemail.hu>

_______________________________________________
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