[gwt-contrib] Re: Add getLocaleQueryParam and getLocaleCookieName (issue1250801)

2011-01-04 Thread jat
As this is new API, there are no current users. The intention is to use this API in a locale selector widget which will automatically configure itself from the module settings, rather than requiring duplicated configuration in the source code. The default values are set in I18N.gwt.xml, and are

[gwt-contrib] Re: Add getLocaleQueryParam and getLocaleCookieName (issue1250801)

2011-01-04 Thread rjrjr
Are you sure you don't want to introduce the widget and the api at the same time? How are you avoiding duplication here? It's not like anything other than this widget will read this config, right? It's more like you're moving it around. http://gwt-code-reviews.appspot.com/1250801/show --

[gwt-contrib] Re: Add getLocaleQueryParam and getLocaleCookieName (issue1250801)

2011-01-04 Thread jat
On 2011/01/05 00:14:22, rjrjr wrote: Are you sure you don't want to introduce the widget and the api at the same time? If you like, I can do a simple version now (similar to the one in showcase) and the more complicated one I had in mind later (which would use a generator to build a menu

[gwt-contrib] Re: Add getLocaleQueryParam and getLocaleCookieName (issue1250801)

2011-01-04 Thread Ray Ryan
On Tue, Jan 4, 2011 at 5:37 PM, j...@google.com wrote: On 2011/01/05 00:14:22, rjrjr wrote: Are you sure you don't want to introduce the widget and the api at the same time? If you like, I can do a simple version now (similar to the one in showcase) and the more complicated one I had