I am working on a theme for a popular ColdFusion CMS engine that uses SES URLs (ex. /mobile/index.cfm/foo and /mobile/index.cfm/bar). Links don't seem to work at all with the SES URLs. My navigation opens in a dialog window and when I tap on the link it closes the dialog and doesn't go anywhere. The problem seems to be in the changeHash arguments of the $.mobile.changePage method defaulting to true.
It could also have something to do with Tomcat serving an error and jQuery Mobile not telling me about it.