Are there a way to use trailing slash after page name like: /about/

This is because jQuery Mobile requires it to work properly. Otherwise
it adds a hash '#' after redirection which prevents from form submitting.

I had a lot of issues with the hash which is generated and initially
disabled Ajax jQuery but the hash still appears. Now it turns out I need to 
add
a trailing slash after page name. I mentioned on the forum that web2py 
strips out
the trailing slash - is that true? Is adding a trailing slash to my 
routes.py 
will make the trick?

Regards,
--Constantine

http://jquerymobile.com/test/docs/pages/page-navmodel.html

When linking to directories, without a filename url, (such as 
href="typesofcats/" instead ofhref="typesofcats/index.html"), you must 
provide a *trailing slash.* This is because jQuery Mobile assumes the 
section after the last "/" character in a url is a filename, and it will 
remove that section when creating base urls from which future pages will be 
referenced.

Reply via email to