OK. I see your point. But I'm guessing the bug is in the core in this case, not JXForms. Can you describe the problem in more detail.
It's not easy to reproduce but it happens when executing code like the following:
function foo(form) {
var error = true;
while (error) {
error = false;
form.sendView("uri");
if (submitted data is not valid) {
error = true;
}
}But sometimes it happens, sometimes it does not.
Ugo
