nxu

Tag form

Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Value binding resolving to the form id.
skipfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Value binding resolving to a boolean value: if true, the form will not be generated, but the tag content will still be taken into account. Defaults to false.
disableDoubleClickShieldfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Value binding resolving to a boolean value: if true, the form will not prevent clicking twice on buttons in the form. Defaults to false.
useAjaxFormfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Value binding resolving to a boolean value: if true, the form enctype attribute will not handle multipart. Defaults to false.
disableMultipartFormfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Value binding resolving to a boolean value: if true, the form enctype attribute will not handle multipart. Defaults to false.
onsubmitfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript method to be called when the form is submitted.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class to be set on the form.

Output generated by Vdldoc View Declaration Language Documentation Generator.