Kevin Dangoor <[EMAIL PROTECTED]> writes: > This is a good change, and I doubt many were using the exception > handling aspect anyhow.
I found one "problem" here. How do I pass a parameter to the handler? I have one condition in my template that depends on a boolean value that defaults to False. If I'm inserting data, this variable is True and then if something fails, I get the wrong condition -- i.e., this condition goes back to False -- and I don't see my form. I believe this is related to #554... > Now that that's done and widgets are in a comfortable spot, I'd like > to avoid any more large or breaking changes. If someone's got > something they're itching to commit, it's time to make a branch. It is cool having it reaching this level! :-) Now I can migrate all other forms to this new API... ;-) -- Jorge Godoy <[EMAIL PROTECTED]>

