Hello,
in my webProject "myProject" is a directory "war/portal" which
contains a file "login.jsp":
myProject/war/portal/login.jsp
Within my code I want to redirect to this page.
In development mode, this works:
Window.Location.assign ("/ptl/login.jsp");
In production mode, this does not work. I found out that "/myProject/
ptl/login.jsp" would be the correct path.
However, this does not work in development mode.
How can I do this so that it works the same in development and
production mode?
Thanks
Magnus
--
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.