Thanks Ivelin,
 
I got C2.1 on Tomcat 4.0.4 and jdk 1.3
 
----- Original Message -----
Sent: Thursday, August 01, 2002 9:06 PM
Subject: Re: Forms

 
Are you using C2.0.3 or C2.1?
 
In the latter case, you may want to look here:
 
----- Original Message -----
From: Richard
Sent: Thursday, August 01, 2002 12:53 AM
Subject: Forms

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