Re: [web2py] Re: jquery mobile, google maps and routes.py

2011-04-03 Thread Jonathan Lundell
On Apr 3, 2011, at 4:01 PM, ChrisM wrote: > > I was trying to get around the fact that jquery inserts the # into the > url, so the > correct html template is not loaded, this does not happen if you use > multi page > html file - oh yes, this is for a jquery mobile page. The hash URL never gets to

[web2py] Re: jquery mobile, google maps and routes.py

2011-04-03 Thread ChrisM
I was trying to get around the fact that jquery inserts the # into the url, so the correct html template is not loaded, this does not happen if you use multi page html file - oh yes, this is for a jquery mobile page. On Apr 3, 3:54 pm, Jonathan Lundell wrote: > On Apr 3, 2011, at 4:58 AM, ChrisM

Re: [web2py] Re: jquery mobile, google maps and routes.py

2011-04-03 Thread Jonathan Lundell
On Apr 3, 2011, at 4:58 AM, ChrisM wrote: > > update - seems to only work if you have multiple page definitions in > same html file. I'd avoid using # in a URL, because a browser is likely to parse it as a fragment (anchor) identifier. > > On Apr 2, 1:02 pm, ChrisM wrote: >> i am using the ex

[web2py] Re: jquery mobile, google maps and routes.py

2011-04-03 Thread ChrisM
update - seems to only work if you have multiple page definitions in same html file. On Apr 2, 1:02 pm, ChrisM wrote: > i am using the examples from; > > I have a incoming request at > > http://localhost:8000/#/init/default/map_geoloc > > in routes.py i have: > > routes_in = ((r'.*:/favicon.ico',