I am using Dynamic Binding for my project.
I allow the user to upload some HTML at run time and with the help of Dynamic Binding the uploaded layout gets displayed .
Now I have the javascript as well with in that HTML File.
But the javascript code not working as it runs normally (without dynamic Binding).
particularly in this case: I am uploading a simple login page which is supposed to call a method on click of a button to check the username/password
This thing runs perfectly when directly running as html file , but when i am trying to run this same html with GWT DynamicBinder, its not calling the method on click.
I made a quick video of my issue , please have a look.
Please let me know if i am missing something .
Thanks
Junaid