Use Javascript native method.
/**
* To redirect to different module, will refresh the page.
* @param url
*/
public static native void redirectRefersh( String url )/*-{
$wnd.location.href = url;
}-*/;
On Aug 7, 9:29 am, twdarkflame <[email protected]> wrote:
> You dont do this in gwt, but rather using a .htaccess file on your
> sever.
>
> I dont know the precise process myself, but its basicaly writting a
> few lines in a text file, renaming it ".htaccess", then putting it on
> the route of the sever.
> This file can make it so that...as far as gwt is concerned...the "/
> catagory/blah" is actualy a query string "?Catagory_Blah" or something
>
> On Aug 7, 1:43 pm, Bhayat <[email protected]> wrote:
>
> > In gwt url rewrite is possible.how can i make it ? for example when i
> > use category button,my category panel is opened but i also want to
> > make url rewrite so "...../category" must be writed
>
> > How can i make this?
> > Do you have any document or link ?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---