GXT/GWT throws error when including id for body tag
GXT/GWT throws error when including id for body tag
I had the <body id="myid"> tag on my page and the GXT/GWT throws the error "undefined is null or not an object". When I replace it with <body> it works fine. I have to include id to make some stuff work. Can someone explain it why does it happen and how to solve it.
There is a GWT issue preventing you from having an element with the id same as the appname. I cannot find the ticket anymore, but i remember it a little bit
There is a GWT issue preventing you from having an element with the id same as the appname. I cannot find the ticket anymore, but i remember it a little bit