Hello!

In normal Webapps the Server Paths show in which directory the user
is.

Example:

http://www.myDomain.de/news/  <= In the news
http://www.myDomain.de/shop/ <= In the shop

GWT is just one call... So how can I show the Shops on URL /shop/ and
how the News on /news/?

Currently I just add a <div id="shop"></div> and check on the
EntryPoint if a div called Shop exists.. but I think that is not a
good solution.

Thanks for help!

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

Reply via email to