org.apache.tapestry5.corelib.components.LinkSubmit

Generates a client-side hyperlink that submits the enclosing form. If the link is clicked in the browser, the component will trigger an event ( by default) , just like Submit.

[JavaDoc]

Component Parameters

NameTypeFlagsDefaultDefault PrefixSinceDescription
deferbooleanNOT Allow NullpropIf true (the default), then any notification sent by the component will be deferred until the end of the form submission (this is usually desirable).
disabledbooleanNOT Allow NullpropIf true, then no link (or accompanying JavaScript) is written (though the body still is).
eventStringNOT Allow NullliteralThe name of the event that will be triggered if this component is the cause of the form submission. The default is "selected".

Informal parameters: supported

Component Events

  • selected: by default, may be overridden

Back to index