Derek Hohls wrote:

Thanks Jorge - that works well... next question
then is if there is any quick way to alert a user
as to when there is an error anywhere in a form;
a message could then be displayed alterting him
to the fact (say, at the top of the form) and that
he should look for field/s with the "!!" mark and
make corrections as needed.

Thanks
Derek


That's really easy,

In your form template file you can put the following
<fi:validation-errors>
  <header><p>Please correct errors! Look at fields marked with !!</p></header>
  <footer><p>Send your Form again./p></footer>
</fi:validation-errors>

If you put this at top of your page it give you the Field's and the Errormessages 
before the form.

Wolfgang
in your



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



Reply via email to