You have two fields with the same name in the same form?

Sorry if I've misunderstood.


On Mon, 21 Feb 2005 15:35:25 +0800, Anthony Hong
<[EMAIL PROTECTED]> wrote:
> 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]
> 
>

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

Reply via email to