Need to check if the value entered is greater than zero.

Tried the below using the validwhen

<field property="payment" depends="required,validwhen">
                <msg name="required" key="error.required"/>
               <msg name="validwhen" key="error.gtzero"/>
               <var>
                   <var-name>test</var-name>
                   <var-value>(*this* > "0.00")</var-value>
               </var>
</field>



validation seams to be working right when entered 0,0.00,any string, any negative number all give validation error. which is exactly what I wanted. Is this really doing the validation right i.e checking if the value entered is greater than zero?


Is this the right way to do? or do I have to create the custom validator to do double value comparision?

Thanks.

_________________________________________________________________
Use your PC to make calls at very low rates https://voiceoam.pcs.v2s.live.com/partnerredirect.aspx


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

Reply via email to