I am trying to integrate an existing Prototype (JS) based web application with GWT & SmartGWT.
Just GWT integration works fine. Existing content and GWT content are displayed in different divs.
But after adding "inherits SmartGWT" into module xml (without changing anything else) and recompiling, "body.onload" is not called. Prototype's "dom:loaded" event is neither.
I just can not find anything useful (like an error message) in Firebug console, indeed I am not very keen on debugging javascript applications.
Every library is at latest stable build, Prototype 1.7, GWT 2.4, SmartGWT 2.5. I have tested on all browsers, works on none.
Just GWT integration works fine. Existing content and GWT content are displayed in different divs.
But after adding "inherits SmartGWT" into module xml (without changing anything else) and recompiling, "body.onload" is not called. Prototype's "dom:loaded" event is neither.
I just can not find anything useful (like an error message) in Firebug console, indeed I am not very keen on debugging javascript applications.
Every library is at latest stable build, Prototype 1.7, GWT 2.4, SmartGWT 2.5. I have tested on all browsers, works on none.
Comment