Adding those two lines to the gwt.xml file does the job. However, now my compiles make 10 permutations, rather than 5. Is there a way to get that back to 5 permutations?
On Jan 5, 12:14 pm, John LaBanca <[email protected]> wrote: > Are you using the default locale? I'm pretty sure that the start of week > info comes from the CDLR locale data, which we update periodically from some > open source resource. Showcase uses the "en" locale, which starts on > Sunday. If you switch the app to French, you'll see it starts on Monday (L > = Lundi = Monday in French). > > You can try adding the following lines to your gwt.xml file as a workaround: > <extend-property name="locale" values="en"/> > <set-property-fallback name="locale" value="en"/> > > @jat - Did the start of the week change for the default locale after some > recent CDLR update? > > Thanks, > John LaBanca > [email protected] > > > > > > > > On Wed, Jan 5, 2011 at 10:57 AM, Ben Imp <[email protected]> wrote: > > I experienced this as well. I noticed it right after I upgraded to > > GWT 2.1, so I assume that must have done it. I've ignored it so far, > > as no one in my organization seems to care, but I must admit, I am > > curious as to the cause. > > > -Ben > > > On Jan 5, 9:51 am, Dan <[email protected]> wrote: > > > My DatePicker in my program used to start with Sunday, but since some > > > time recently--I don't know when--it has been starting with Monday. > > > > I've done nothing in this area. > > > > What do I do to get it back to starting with Sunday? > > > -- > > 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]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
