Class AjaxFormSubmitBehavior

All Implemented Interfaces:
Serializable, IComponentAwareEventSink, IRequestListener, IComponentAwareHeaderContributor, IClusterable

public abstract class AjaxFormSubmitBehavior extends AjaxEventBehavior
Ajax event behavior that submits a form via ajax when the event it is attached to, is invoked.

The form must have an id attribute in the markup or have MarkupIdSetter added.

Since:
1.2
Author:
Igor Vaynberg (ivaynberg)
See Also: