Tadas Davidsonas wrote:When generating divs dynamically
First of all, I need to know a bit more about your problem,
are you mixing GWT with another technology ?
Reason for asking that is if Divs are generated dynamically in pure GWT, they are a part of your GWT code.
This means that the HTML page would be static, and you can hard code stuff like:
On a side note:
1. GWT has a ensureDebugId method to set a id to an element.
2. This code generates the same output :