I created a project using AppFuse (which I am not at all familiar with). I find that when the page http://machine/foo
contains a link like this: <a href="/bar">
the browser does not navigate to http://machine/bar
. Instead it issues a request for http://machine/bar?ajax=true
and then the browser appears to have been navigated to http://machine/foo#bar?ajax=true
. I suspect that this is caused by some library they have included, perhaps something allowing it to load the content section via ajax without reloading navigation and sidebars. Which might be useful or it might not. First of all, I want to understand WHAT is doing this, and how to turn it off (how to use it might also turn out to be useful).
Does anyone recognize this behavior?