Hi 
  I would like to validate  roles   in   <html:select property="roles" 
multiple="true"><html:options collection="roleDomain" property="value" 
labelProperty="label"/></html:select>
    

in validation.xml i have given like this

   <field property="roles"
                    depends="required">
                <arg0   key="userEdit.role.displayname"/>
            </field>


But I am not getting any error message when I submitted the page without 
selecting any role from list box

PS: I am using struts1.1

Can some body throw some light on this

Thanks in advance
--Venkat

    




         

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

Reply via email to