Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14224 - The Number of columns widths doesn't match column count

14224   The Number of columns widths doesn't match column count

Cause

This error is raised by the insertTable method if the number of widths specified by the colWidths parameter does not match the number of columns specified by the cols parameter; that is, the number of width values in the array does not tally with the number of columns.

Action

Change your application code to ensure that the number of widths and number of columns specified by the parameters match.