Class FormControl

  • All Implemented Interfaces:
    VariableResolver, IControl, IFormControl

    public class FormControl
    extends Control
    implements IFormControl
    Defines a form control. Use this control when you want to render a form that posts user input to the server.

    Example use: <control:lum_form> <!-- controls within the form --> </control:lum_form> xml data available for xsl rendering: <control id="FF80808110EC81EF0110EEBF13D600BB" type="lum_form"> <!-- controls within the form --> <data> <name>Form_4028802410E199490110E1F2C84300FA</name> <method>POST</method> <action>main.jsp?lumPageId=1D6530765D5644709741AEAA3622D3BC&amp;lumII=4028802410E199490110E1F2C84300FA</action> </data> </control>
    Since:
    4.0.6
    Version:
    $Revision: 21230 $ $Date: 2018-04-24 19:07:57 -0300 (Tue, 24 Apr 2018) $