Richa Pandharikar wrote:
Can you please send the validation.xml file that you are using?
here is the "add" validation. the "update" is essentially identical, right now...

<validators>
   <field name="playlistMediaBoardComponent.mediaBoard">
       <field-validator type="required">
           <message>You must select a MediaBoard.</message>
       </field-validator>
   </field>
   <field name="playlistMediaBoardComponent.x">
       <field-validator type="required">
<message>You must enter an X coordinate for this MediaBoard Component.</message>
       </field-validator>
   </field>
   <field name="playlistMediaBoardComponent.y">
       <field-validator type="required">
<message>You must enter an Y coordinate for this MediaBoard Component.</message>
       </field-validator>
   </field>
</validators>



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

Reply via email to