GET parameter inapropriate treatment

GET parameter inapropriate treatment

On Jquery Mobile Alpha 2 , it worked fine, now I've got a problem.
The problem is as follows:
I have an url like  : http://mysite.com/blah/id/#/blah/id/?page=2
On this page I have some details, inside a list , if i click on them , a item id is passed to get the page with more details.

I've got a link like
  1. <a href="othercode/itemcode/"> click me </a>
On alpha 2 it worked getting me into the page:
http://mysite.com/blah/id/#/blah/id/othercode/itemcode/?page=2

Alpha 4 just mess up , getting me on:
http://mysite.com/blah/id/#/blah/id/?page=2othercode/itemcode/

which get's me on nowhere because the page parameter doesn't make more sense to my server.