You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by prasanthi_ofbiz <pr...@tcs.com> on 2010/06/23 15:55:59 UTC

validations in ofbiz

Hi
   How to validate the fields in the ofbiz application. Like specific field
should accept only characters or only numeric etc...
Ex. Account Name should allow only characters.

Regards
Prasanthi
-- 
View this message in context: http://ofbiz.135035.n4.nabble.com/validations-in-ofbiz-tp2265642p2265642.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: validations in ofbiz

Posted by Ravindra Mandre <ra...@gmail.com>.
Hello Prasanthi,

For validations you can refer validation.js file in which you will find the
classes for your suitable purpose like validate-number, validate-alpha etc.


hope that helps you

Ravindra Mandre

On Wed, Jun 23, 2010 at 7:25 PM, prasanthi_ofbiz <
prasanthi.sreeramjammisetty@tcs.com> wrote:

>
> Hi
>   How to validate the fields in the ofbiz application. Like specific field
> should accept only characters or only numeric etc...
> Ex. Account Name should allow only characters.
>
> Regards
> Prasanthi
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/validations-in-ofbiz-tp2265642p2265642.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>