Thanks David. My 2 cents: If user can go back (URL history) when using BasicPlace? Could you give a full small example? Thanks in advance.
On 13 Tháng Mười Một, 00:12, David Chandler <[email protected]> wrote: > @Override > public String getToken(Place place) { > // BasicPlaces have no state so we can always > // return null. By default, GWT creates a > // URL containing the class name of the Place > // so we don't have to worry about that part. > return null; > } > } > > } > -- 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.
