Currently, it's all or nothing when it comes to using AJAX on a form. With this enhancement, form widgets can be marked with <fi:styling ajax='false' />, and they will trigger a non-ajax form submission.
I believe it is useful to give the developer control over which widgets use AJAX and which do not. Note that the patch files also include a fix to a separate AJAX issue. forms_onsubmitHandlers = null Causes problems when in AJAX mode - submit handlers are only called the first time an ajax submit is called. Thereafter, the array of handlers is null, and none are called. The patch and more detail is available at http://issues.apache.org/jira/browse/COCOON-1774. Regards, Eric Meyer, VP, Quoin, Inc.
