a) it would break stylesheets. The inner form will no longer be rendered
as <form, it will be rendered as <div

I'd say that would be easy enough to explain. I wouldn't be worried about it.

b) it won't fire onsubmit from the inner form even though
Button.shouldInvokeJavascriptFormOnsubmit returns true. Anyway, is
anyone using this? Sounds a bit like hack to me, because only button and
submit link support that.

On option could be to traverse all nested forms and call onSubmit on
them. Wouldn't that be easy yet correct?

Eelco

Reply via email to