wl-extension
Tag form


Generates a standard HTML form as specified by the <wl-extension:template> tag. This tag is valid only when nested in <wl-extension:template>.

Examples
<wl-extension:form action="/CoreServerServerControlStartstopUpdated"
               htmlname="servercontrolstartstopconfig"
               bundle="core">

        <wl-extension:checkbox property="serverControlStartstop.IgnoreSessionsDuringShutdown"
                 labelId="core.server.servercontrolstartstop.ignoresessionsduringshutdown.label"
                 restartNeeded="false"
                 inlineHelpId="core.server.servercontrolstartstop.ignoresessionsduringshutdown.label.inlinehelp" />

        <wl-extension:text property="serverControlStartstop.GracefulShutdownTimeout"
                 labelId="core.server.servercontrolstartstop.gracefulshutdowntimeout.label"
                 restartNeeded="false"
                 inlineHelpId="core.server.servercontrolstartstop.gracefulshutdowntimeout.label.inlinehelp" />

        <wl-extension:text property="serverControlStartstop.startupTimeout"
                 labelId="core.server.servercontrolstartstop.startuptimeout.label"
                 restartNeeded="true"
                 inlineHelpId="core.server.servercontrolstartstop.startuptimeout.label.inlinehelp" />

      </wl-extension:form>


Tag Information
Tag Classcom.bea.console.taglib.form.ConsoleFormTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
actiontruetruejava.lang.String The path of a Struts action that is invoked when a user submits this form. The Struts module is specified in the request.
namefalsetruejava.lang.String The name of the Struts form bean that contains properties for this form. Use the "property" attribute to specify which property this form renders. By default, this value is also used for the HTML <form name=""> attribute.
htmlnamefalsetruejava.lang.String Overrides the default HTML control name for this control. The default value is the name of the form bean that this tag is using.
dependentfieldsfalsetrueboolean Not supported for public use.
readOnlyfalsefalseboolean A value of "true" makes this form permanently read-only, even if a user starts an edit session and has permission to modify data in the form>.
readOnlyFieldsfalsefalseboolean Not supported for public use.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.