Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14073 - Only transient controls can be added to a form

14073   Only transient controls can be added to a form

Cause

This error occurs if the addControl method is called for a control that is not a transient object. Runtime controls must always be transient.

Action

Ensure that the control object is transient.