Re: Unnormal behavior while using native redirect-Methode?

2010-05-11 Thread Gal Dolber
try this (in java): Window.Location.blabla 2010/5/10 malibubu webmas...@mailball.de Hi @all... I'm calling my EntryPoint using the URL http://localhost:8080/testdesk/. I've implemented the following native Method to redirect to another page: static native void redirect(String

Re: Unnormal behavior while using native redirect-Methode?

2010-05-11 Thread Thomas Broyer
On 10 mai, 16:42, malibubu webmas...@mailball.de wrote: Hi @all... I'm calling my EntryPoint using the URLhttp://localhost:8080/testdesk/. I've implemented the following native Method to redirect to another page:         static native void redirect(String url)         /*-{