- All Implemented Interfaces:
- org.apache.tapestry5.ClientElement
Deprecated.
was a monkey-patch for a Tapestry 5.0.4 issue. In Tapestry
5.2, the bug remains not solved but this workaround is broken.
(your are f*cked).
@SupportsInformalParameters
@Events(value="selected by default, may be overridden")
@Deprecated
public final class SubmitContext
extends Object
implements org.apache.tapestry5.ClientElement
Corresponds to <input type="submit">, a client-side element that can
force the enclosing form to submit. The submit responsible for the form
submission will post a notification that allows the application to know that
it was the responsible entity. The notification is named "selected" and has a
String context. The major difference between this component and Tapestry's
Submit component is that this component's context is immutable and can, for
example, be set to different values within a loop.