Hi,

I have an html:select with multiple option as follows.

<html:select multiple="true" size="3" property="serviceSetOfService">
  <html:options collection="serviceSets" property="code"
labelProperty="name"/>
</html:select>

My validator fails to validate the above one for "required". If I leave
the selection box without selecting and submit the form, Validator
doesn't complain. Pls let me know if anyone has a clue why this is
happening.

My validation.xml has:

            <field property="serviceSetOfService"
                depends="required">
                    <arg0 key="text.services.serviceset"/>
             </field>

Thanks,
Suresh

**************************Disclaimer************************************************** 
   
 
 Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' 
and 'confidential' and intended for use only by the individual or entity to which it 
is 
addressed. You are notified that any use, copying or dissemination of the information 
contained in the E-MAIL in any manner whatsoever is strictly prohibited.

****************************************************************************************




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

Reply via email to