Window.open() in new tab without focus

2009-10-06 Thread sjachym
Hello, I'm trying desperately to open a new page in a tab without taking focus. As it explain on http://forums.smartclient.com/showpost.php?p=31578postcount=4 : Using Window.open(url, name, features) with empty features, result opening a new tab open WITH FOCUS. Without features = new tab +

Re: Java+GWT+MySQl probleme to load drivers

2009-10-06 Thread sjachym
Quel est ton problème et surtout le rapport avec GWT ? Tout ce qui est SQL est du coté serveur. GWT étant le front-end excepté les RPC. On 6 oct, 17:02, Smox montrea...@gmail.com wrote: Hello whene i test my connection with Mysql db using a main test class (without the GWT client) it works

Re: Setting DataSource (JNDI) in GWT 1.6 (hosted mode - Jetty)

2009-04-23 Thread sjachym
I follow the 5 steps, but when i'm running my Module GWT under Google Eclipse Plugin, i have this errors : [WARN] Configuration problem at resource- refdescriptionDataSource's test project/descriptionres-ref- namejdbc/projectDS/res-ref-nameres-typejavax.sql.DataSource/res-

EAR + Web Application Project instead of Dynamic Web Project

2009-04-21 Thread sjachym
Hy, i try GWT 1.6, but, because my new project is Web Application Project (created by Google Eclipse Plugin) instead of Dynamic Web Project, my EAR not contain the .war (there is only include the .jar) How to publish an EAR including a Web Application Project (Google) ?