users@jersey.java.net

Re: [Jersey] Question on Xhr ajax requests

From: Charlie Knudsen <charlie.knudsen_at_gmail.com>
Date: Wed, 7 Oct 2009 01:54:26 -0500

Hi Dinesh,
Unless you do a full page refresh the URI on the page will not
refresh. You will find that this is true of any server side web
framework. If you are using dojo it looks like the below URL may
explain it further, as well as the work arounds.

http://www.dojotoolkit.org/book/dojo-book-0-9/part-3-programmatic-dijit-and-dojo/back-button-undo

Charlie