Hi,
try changing the validation to:

     <form  name="/s">
            <field  property="name"  depends="required"></field>
      </form>

note, you are now referencing the action not the page.

Also, you might want to extend ValidatorActionForm instead of
ValidatorForm, but to tell the truth I'm not sure I really understand
the difference.

You don't need the key field if you ask me, but you might want a msg
field for custom messages.

good luck with it.

mvg,
Jasper

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

Reply via email to