Re: Unicode problem in GWT

2009-02-06 Thread Sam sem
changing character encoding will help request.setCharacterEncoding(UTF8); On Fri, Feb 6, 2009 at 7:56 AM, Machine_Head ikax...@gmail.com wrote: Hi, i have a problem in gwt application with unicode, when i fill input fields with unicode font (Cyrillic) and then make rpc call, result is shown

Re: Error executing RPC call after updating to GWT 1.5.3

2009-01-27 Thread Sam sem
Make Sure You are only using Jars of 1.5.3 .remove Gwt-user and Gwt-servlet jars from your build path and place jars from version 1.5.3 also Update your GWT_HOME ..make sure GWT_HOME points to GWT Version 1.5.3 Thanks Muhammad Ismail cell (PAK) : +92.322.5100362 e-mail:

Re: SVG and GWT

2008-11-24 Thread Sam sem
here is example just implement in your java class public static native void testMethod()/*-{ $wnd.testMethod2 = function() { return @com.test.client.TestEntryPoint::testMethod2(Ljava/lang/String;)(null); } }-*/; public static void