Thanks for this info! Alex
On Aug 21, 1:39 am, Jason Morris <[EMAIL PROTECTED]> wrote: > String.formatis not a GWT emulated method, check for those that are supported > here: > > http://code.google.com/docreader/#p(google-web-toolkit-doc-1-5)s(goog...) > > (for GWT 1.5) > > In GWTformatusing a StringBuffer / StringBuilder and the i18n package (for > number and date formatting). Or you can use a Messages bundle (which is what > we > use) to specify the ordering of your String. > > http://google-web-toolkit-doc-1-5.googlecode.com/svn/javadoc/1.5/com/... > > Hope that helps a bit ;) > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
