s
Tag submitOnEvent


Attach an event handler to an input element or use a global event handler to submit a form by "clicking" on a link or button


Tag Information
Tag Classorg.apache.myfaces.custom.submitOnEvent.SubmitOnEventTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
forfalsefalsejava.lang.StringThe component (commandLink or commandButton) to "click" on
eventfalsefalsejava.lang.StringThe event: keypress|keydown|keyup|change|focus|blur|click|mousedown|mouseup|mousemove|mouseover|mouseout|select (Default: keypress)
callbackfalsefalsejava.lang.StringUser defined javascript callback function. This function will be called to decide if the event should trigger the submit. (Default: fire on "Enter")

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.