Re: Is there a way to avoid the colon(:) sign in a Place's prefix ???

2012-05-10 Thread Nick Siderakis
Workaround for using "/" rather than ":" as the place delimiter post here http://puretech.siderakis.com/2012/05/custom-delimiter-in-gwt-places.html On Thursday, January 20, 2011 11:58:30 AM UTC-5, Karthik Reddy wrote: > > Thanks Martin for opening an issue. Also, please feel to share with us any

Re: Is there a way to avoid the colon(:) sign in a Place's prefix ???

2011-01-20 Thread karthik . eleven
Thanks Martin for opening an issue. Also, please feel to share with us any code related to implementing your own PlaceHistoryMapper, Tokenizers , to circumvent this issue. This is an issue a lot of developers would eventually face . I would encourage developers to star this issue in the afore

Re: Is there a way to avoid the colon(:) sign in a Place's prefix ???

2011-01-20 Thread Martin Ždila
Hello You can star the issue at http://code.google.com/p/google-web-toolkit/issues/detail?id=5899. Best regards -- Martin Ždila -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@goog

Re: Is there a way to avoid the colon(:) sign in a Place's prefix ???

2011-01-18 Thread chm124
Hi I've read the notes from karthik reddy and the following answers from Thomas Broyer. Simply said i want to do the same like karthik asked for in the initial posting. I've also read Th.Broyers articles about (GWT-2.1) activities and places and also "Allow a fallback PlaceTokenizer, or pre- proces

Re: Is there a way to avoid the colon(:) sign in a Place's prefix ???

2011-01-02 Thread Thomas Broyer
On Sunday, January 2, 2011 7:06:45 PM UTC+1, karthik reddy wrote: > > Thomas > > I see that you have submitted related to this. > > http://gwt-code-reviews.appspot.com/824801/show > > *"Then, the empty-prefix > (@Prefix("")) is special-cased to: >

Re: Is there a way to avoid the colon(:) sign in a Place's prefix ???

2011-01-02 Thread karthik reddy
I do not want to re-invent the wheel here if someone has already customized the behavior of the prefix by implementing the PlaceHistoryMapper interface, as Thomas mentioned. If someone has already done it , would appreciate if you could provide the code samples. Thomas I see that you have sub

Re: Is there a way to avoid the colon(:) sign in a Place's prefix ???

2011-01-02 Thread Thomas Broyer
The PlaceHistoryMapper implementation generated by GWT.create() enforces these prefix+token pairs (it extends AbstractPlaceHistoryMapper), but PlaceHistoryHandler does not, and you can very well implement the PlaceHistoryMapper interface by yourself, using the "pattern" you like. In this case t

Is there a way to avoid the colon(:) sign in a Place's prefix ???

2011-01-01 Thread karthik reddy
.#prefix:token Vs ...#prefix I am trying to achieve the latter. Is there a way to do it??? Making prefix empty using @Prefix("") does not seem to cut it. FYI: The new google groups UI which seems to have to been built using GWT, is success