Re: [html-formfu] submitting forms via an image input

2009-09-02 Thread Carl Franks
Hi, Thanks for the patch. I'm going to have to think of a way to make it more robust, though. Because nested_name() builds field names of the form "foo.bar", this could lead to clashes. If submitted() initially fails, it could maybe search the form for an Image element, and then check against its

[html-formfu] submitting forms via an image input

2009-09-02 Thread Kahlil Hodgson
Hi, Some user agents (e.g. LWP and IE6) do not set the value of an input field of type 'image', they just set the x and y coords. This can be a problem if you use an image field as an indicator: your test suite fails but everything works fine in Firefox. You can get around this by setting your i