PDA

View Full Version : getLocation from Window


gslender
04-28-2008, 02:37 AM
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
04-28-2008, 02:39 AM
premature-posting....

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