Re: GWT MVP How to change Page title upon Navigation (Place Change)

2010-12-03 Thread Mauro Bertapelle
use Document.setTitle() http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/dom/client/Document.html#setTitle(java.lang.String) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

GWT MVP How to change Page title upon Navigation (Place Change)

2010-12-02 Thread zixzigma
traditionally apps have been composed of pages of HTML. title of each HTML page could be set through HTML tag title/title. in GWT apps, generally there is one main html file. as user navigates throughout the app, URL (history token) changes, however I can't seem to figure out how we can change