Hi, I am using the String.format() in my server-side Java code (GreetingServiceImpl) and it compiles and works as expected. However, when I try to use String.format() on the client side in my onModuleLoad () code, it compiles fine in Eclipse, but causes the following runtime server error:
[DEBUG] Refreshing module 'blah' [DEBUG] Refreshing module from source [DEBUG] Validating newly compiled units [TRACE] Removing units with errors [ERROR] Errors in 'file:/Users/Shane/Development/proj/eclipse/ workspace/blah/src/com/shane/blah/client/blah.java' [ERROR] Line 59: The method format(String, Integer) is undefined for the type String Does anyone know why? Am I missing something really obvious? Cheers, Shane --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
