I have two fields with same name
<input name="customerName" type="text"/>
<input name="customerName" type="text"/>

Could I use validation.xml to config validation for customerName field?
How to write it?

I tried 
<form name="submitForm">
            <field property="customerName" depends="required"
indexedListProperty="customerName">
                <arg0 key="customerName"/>
            </field>            
        </form>
 
But it didn't work. Who know the problem?
Thanks a lot!
-- 

Anthony Hong

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

Reply via email to