There are lots of postings on this group about this already...  search
for "entry points" and you should find some.  There are some really
good suggestions.

It sounds like you should either:
1. Merge to ONE entrypoint, and in the onModuleLoad() search for a
marker of some sort (meta tag, div with id, or just based on the
page's URL), and then display the content you want based on that.
or
2. Split your project into two separate GWT projects, with one
entrypoint each.  You can most likely merge the generated projects
back together (into the same folder) without clashing.

entrypoints will always be run in a serial fashion.

Jamie.

-----------------------
Search for analog and digital television broadcast antennas in your
area:
http://www.antennamap.com/


--~--~---------~--~----~------------~-------~--~----~
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