<fd:multivaluefield id="drinks">
<fd:label>Indicate which 2 of the following drinks you'd like to
receive:</fd:label>
<fd:datatype base="string"/>
<fd:validation>
<!--fd:value-count exact="2"/--> <!-- WON'T VALIDATE ANY FIELD
-->
</fd:validation>
<fd:selection-list>
<fd:item value="Maes"/>
<fd:item value="Jupiler"/>
<fd:item value="Leffe"/>
<fd:item value="Hoegaarden"/>
<fd:item value="Coca Cola"/>
</fd:selection-list>
</fd:multivaluefield>
Shall this mean with an empty <fd:validation> you can break the validation in the complete form? Or is the error bound to some specific use case?
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
