eclipse 4.2 juno

2012-05-02 Thread Sagi Bernstein
hi, the release is in less then 2 months, is there work to support juno? it should be backwards compatible for plugins but right now the install does not work since gdt needed version is set to (3.7,3.8] (4.2 not in range...) -- You received this message because you are subscribed to the Google

IE9 CSS problem

2011-07-18 Thread Itamar Sagi
Hi I have a GWT application using version 2.3. So far I have worked with IE9 in IE8 compatability mode. Now I removed the compatability and I am trying to work with IE9 standards mode. IE9 blocks my CSS files, and my application does not look good. I get the warning: SEC7113: CSS was ignored due

Import client interface outside of gwt, to allow the use of proxy outside of the application

2010-01-02 Thread sagi butbul
tion. Is it possible ? if not what other options are there? Thanks Sagi -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this

A different client asking for http request from a server using rpc on gwt

2009-12-26 Thread sagi butbul
use rpc? should i rap it with somthing else? if you could give me a direction ill be realy grateful, Sagi. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegrou

Query posted with comma through sendRequest method of RequestBuilder results in 500 error

2009-04-06 Thread Sagi
Hi, The query formed with comma through sendRequest method of RequestBuilder results in 500 internal server error. For instance consider the following query, test.do?param1=oneĀ¶m2=test,withcomma. Above URL when posted results in 500 error. I tried using encodeURI and encodeURIComponent APIs of