You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by learner <se...@yahoo.com> on 2008/08/21 07:37:46 UTC

client validators accept #,000.00 pattern

i use validator like below. how to allow accept of value range 0.00 -->
5,000,000.000 , with "comma" ?

    <tr>
        <td><span jwcid="@Insert" value="message:sellingprice"/></td><td><input
jwcid="@TextField" value="ognl:sellingPrice" maxlength="10" size="10" 
        translator="translator:number,pattern=#.##"
validators="validators:min=0.00,max=500000.00"/></td>
        
    </tr>




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org