Credit Card - caf_f:validateCreditCard

Validator Information 
InfoValue
Validator IDcom.webmethods.caf.faces.validator.CreditCard
Handler ClassNone
Description String of numbers that matches the style of Visa, MasterCard, etc. card numbers.
Palette LocationCAF Core/Validator/Credit Card
Attributes 
NameRequiredTypeDescription
customErrorMsgfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Custom message for validation errors.
showCAFErrorMsgfalsejavax.el.ValueExpression
(must evaluate to boolean)
Include the CAF error message with the custom error message.

If not specified, the default value is "false".

typeAmexfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Card types, which are supported by this Validator.

If not specified, the default value is "true".

typeDiscoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Card types, which are supported by this Validator.

If not specified, the default value is "true".

typeMasterCardfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Card types, which are supported by this Validator.

If not specified, the default value is "true".

typeVisafalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Card types, which are supported by this Validator.

If not specified, the default value is "true".

Output generated by Vdldoc View Declaration Language Documentation Generator.