I made some changes to GWT app without testing it in the client browser. I just now tested it in the browser and now the browser is throwing an error:
"Error: uncaught exception: java.lang.IllegalArgumentException: Widget must be a child of this panel."
How do I figure out why this is being thrown and where to fix it?
I made so many changes in the code between now and last time I tested to figure out where it could possibly be from memory.
Any help would be greatly appreciated.