On 5 mai, 21:25, Sripathi Krishnan <[email protected]> wrote: > Use if( GWT.isClient() ) in your code to decide if its client side or server > side. > > See the class EscapeUtil for example > -http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/...
Note that this means your server-side implementation must be translatable to JS. If it isn't, then <super-source/> is your friend. -- 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.
