Please can somebody add "nullable: true" to the "value" property in
qx.ui.form.ListItem.

(" You should define at least one of the attributes |init|, |nullable|
or |inheritable|. Otherwise, the first call to the getter would stop
with an exception because the computed value is not (yet) defined.")

Patch attached.

Thank you,
Erich

Index: /entw/iWomis/qooxdoo/frontend/framework/source/class/qx/ui/form/ListItem.js
===================================================================
--- /entw/iWomis/qooxdoo/frontend/framework/source/class/qx/ui/form/ListItem.js	(revision 8017)
+++ /entw/iWomis/qooxdoo/frontend/framework/source/class/qx/ui/form/ListItem.js	(working copy)
@@ -105,6 +105,7 @@
     },
 
     value : {
+      nullable: true,
       event : "changeValue"
     }
   },
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to