PDA

View Full Version : getLocation from Window



gslender
27 Apr 2008, 10:37 PM
Does ExtGWT have any way of getting the location URL from the browser window?

GWT Widgets Library (http://gwt-widget.sourceforge.net/) has a WindowUtil class and associated methods for doing this, but would prefer not to infect my app with another client lib for just one utility...

Thoughts?

gslender
27 Apr 2008, 10:39 PM
premature-posting....

Found that GWT 1.5 has com.google.gwt.user.client.Window.Location which offers everything I need.... yay for me :D