Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14079 - The text size exceeds maxLength

14079   The text size exceeds maxLength

Cause

This error occurs if your code is attempting to set the text value of a TextBox or JadeRichText control to a string that is longer than the value of the maxLength property.

Action

Change your application code to prevent this, or change the allowable maxLength property value.