Hi,
I have face another validation problem to validate indexedListProperty.
My validator is like folloeing 
<field property="quantityAsString" indexedListProperty="lineItemArray"
depends="double,doubleRange">
                <arg0 key="product.quantityAsString"/>
                <arg1 name="doubleRange" key="${var:min}" resource="false"/>
                <arg2 name="doubleRange" key="${var:max}" resource="false"/>
                <var><var-name>min</var-name><var-value>0</var-value></var>
                <var><var-name>max</var-name><var-value>10000</var-value></var>
            </field>
But this doesnt work. What is the wrong here? Please reply ASAP.

--
jolly


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

Reply via email to