Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14036 - The update parameter of the list

14036   The update parameter of the listCollection or displayCollection method must be false for transient collections

Cause

This error occurs if your application code attempts to call the listCollection list box method or the displayCollection table method requesting update of the list box contents or the table contents when the collection changes.

The listCollection or displayCollection request cannot be fulfilled because JADE does not provide notifications on transient objects. When the collection object is transient, the only valid value for the update parameter is false.

Action

Change the listCollection or displayCollection call to pass the update parameter with a value of false. You must then update the collection yourself; for example, by causing a user notification on the list box or table.