Skip to main content
This topic has been closed for replies.

1 reply

Participating Frequently
December 7, 2012

The documentation for the 'maxlength' type makes no sense. You'd do isValid(type='maxlength', value='foobar').... and then what? The 'max' attribute is only for the 'range' type, according to this page. So how do you specify what maxlength to validate against?

Participating Frequently
December 7, 2012

In fact #isValid("maxlength", "foobar")# throws this error:

Valid type arguments are: any, array, Boolean, date, numeric, query, string, struct, UUID, GUID, binary, integer, float, eurodate, time, creditcard, email, ssn, telephone, zipcode, url, regex, range , component, and variableName.

Participating Frequently
December 7, 2012

Bug report: https://bugbase.adobe.com/index.cfm?event=bug&id=3400761