I'm using 3.1.3 and have a class derived from WTreeView showing a
WStandardItemModel.
On a browser refresh, I do model->clear(), then reload the all the
items in the model from the database.
After that refresh, the TreeView no longer works, the browser pops up
an error with this message:
"Wt internal error: TypeError: $("#o84").data("obj") is undefined,
code: undefined, description: undefined" when I attempt to expand a
row.What is the proper way to reload the model from the database so the TreeView still works? I've tried (among other thing) calling modelReset() in the derived class; deriving from WStandardItemModel and calling reset() to emit modelReset() signal. Eric ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
