Carl Franks <fireart...@gmail.com> writes:

> On 10 March 2010 10:07, rahed <rah...@gmail.com> wrote:
> I don't know why the behaviour is changing when you switch to FormFu -
> are there any noticable differences in the outputted HTML?

Well, the FormBuilder uses a hidden form field _submitted which is
processed in the source.
I had to distinguish in my application code three conditions -
submitted, refresh and others.

>
> I believe your
>     form.get_field('submit').value = 'Submit'
> should be
>     form.get_field('submit').default = 'Submit'

Shouldn't they be aliases?

-- 
Radek

_______________________________________________
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