Hello,
I have a problem again :-( I can't make form validation function working. If I do such expression:


form.show("admin/entry-form.xml.html", function(form) {
    model.importance++;
    return false;
});

doesn't change value of "importance" widget in web form. On the other hand, the fallowing does change:

while (true) {
    form.show("admin/entry-form.xml.html");
    model.importance++;
}

Shouldn't both approaches give the same result? What am I doing wrong?

Regards,
Marcin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to