Hi Guys,
 
Good Day!
 
 
It is written that...
The website specification is missing the tags for form building, we will provide an example here:
 
Where can I find the "tags for form building" syntax and description?
 
in the codes...
 
<form handler="create-dept.html">
        <p>
          You can create a department by typing in the
          name and pressing the "submit" button.
        </p>
        <p>
          Name: <text name="name" size="30" required="true"/>
        </p>
        <submit name="Create Department"/>
        <note>
          * These fields are required.
        </note>
</form>
 
How does the handler="create-dept.html"> attribute work?
 
The <note> element is not required by the FormValidatorAction right?
This element were used only by the xsl transformation.
 
Thanks!

Reply via email to