GWT and MVC type calls
Posted
by arinte
on Stack Overflow
See other posts from Stack Overflow
or by arinte
Published on 2010-04-21T16:31:23Z
Indexed on
2010/04/21
22:53 UTC
Read the original article
Hit count: 374
I have a GWT app that when launched it takes you to a page with just a menu. So as a shortcut type thing I would like the users to be able to go straight to the page they want. So if the default start page is x, the should be able to say x/add and it will take them to the add page. How would I get that in gwt? Do I need a bunch of different entry points?
© Stack Overflow or respective owner