Search code examples
javagwtgwt-platform

Dynamic places NameTokens GWT-Platform


Hi I was wondering if it would be possible with the GWTP, create Presenters who can answer many NameTokens.

For example, instead of accessing the page from a user through "!#user;param=caarlos0" I could directly access "!#caarlos0" or "/caarlos0".

This is possible? If yes, how can I do it?

Thanks in advance.


Solution

  • Currently this is not supported. But there's an issue about many-to-many relationship between tokens and presenters (see http://code.google.com/p/gwt-platform/issues/detail?id=78).

    If that's not exactly what you're looking for I guess it is a good place to post your feature request.