Dear Roel,

In your form-definition, you can declare whether or not a field is required:
<fd:field id="..." required="true|false" state="...">
(See http://cocoon.apache.org/2.1/userdocs/widgets/widget_field.html)

When a field has required="true", a message is displayed when the
field is not filled out (on form-submit) (when using standard
validation).

Next to that, fields that have the required="true" attribute, are
marked and a ! appears displaying the validation error (after
attempted submission)

Bart


2006/12/19, Roel Croonenberghs <[EMAIL PROTECTED]>:

Hello,

I'm using cocoon widgets. I have a form with different widgets. Some are
required, not all. How can I show one message if one of the required widgets
is not filled in?

tnx

Roel


--
Bart Remmerie

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

Reply via email to