Hi, I have a legacy application and thus I'm migrating to GWT by
reimplementing parts of it at a time. However, one of this "parts" may
appear in a document more than once, displaying different information.

Aside from ensuring that if I generate IDs for a widget these must be
namespaced according to the application's instance that created it (in
case I retrieve them by ID somewhere), are there any other precautions
that I should take to avoid collisions between application instances?
For example, since the GWT application is put inside an iframe whose
id is the name of the application's module, shouldn't it be necessary
to generate the iframes with different ids? Otherwise we'll end up
with elements (the iframes) with the same ID.

Are there any other considerations?

Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to