Errai 3.0.1-SNAPSHOT

org.jboss.errai.ui.client.widget
Class AbstractForm

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.jboss.errai.ui.client.widget.AbstractForm
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget

public abstract class AbstractForm
extends com.google.gwt.user.client.ui.Composite

Base class for Templated widgets that require native form support for asynchronous GET or POST requests.

Calls to submit() trigger a form submission that is null-routed and targets a hidden iframe.

The typical usage will be for login forms, where calling submit() after a successful login will prompt the browser to remember a user's credentials.

If you use an AbstractForm and still encounter issues getting proper browser form support: