Re: Crawlable ajax, PlaceController and EventBus

2011-01-20 Thread Sheamus O'Halloran
I just worked it out from this post http://groups.google.com/group/google-web-toolkit/browse_thread/thread/947e7ba3e6c6686a: @Prefix("!search") public static class Tokenizer implements PlaceTokenizer { } produces /wf.html#!search: -- You received this message because you are subscribed to the

Crawlable ajax, PlaceController and EventBus

2011-01-20 Thread sheamus
Hello, Has anyone an idea for implementing crawlable ajax with the #! fragment in the URL using PlaceController and EventBus? Each of my URL's end in something like: / wf.html#AdminEventsListPlace: But I don't know how to change this to /wf.html#!AdminEventsListPlace: for google's crawler. http