Is it possible to say that a validator form extends another, i.e. have a
userForm that has 
        firstName,      required
        lastName,       required
        dob,            required, date

Then have a employeeForm that extends userForm
        employeeID      required, integer
        startDate       required, date

etc.

I figured it might be possible to do it for a single extends by using the
page attribute, but I'd like to have essentially an inheritance tree, so
this would be a tad tricky with the page attribute.

Gary
        

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to