On Dec 1, 2011, at 12:45 PM, Anthony wrote:
> On Wednesday, November 30, 2011 11:55:13 PM UTC-5, Constantine Vasil wrote:
> Are there a way to use trailing slash after page name like: /about/
>
> Are you saying you want to generate URLs with the URL() function that include
> a trailing slash? If so, just do URL('default', 'index') + '/'.
Unless there's a query string...
>
> This is because jQuery Mobile requires it to work properly. Otherwise
> it adds a hash '#' after redirection which prevents from form submitting.
>
> Can you explain exactly how the form submission is going wrong. How do users
> get to the page with the form (i.e., what is the URL, and how is the link
> generated), and what happens to the URL when users get there? What happens
> with the form submission?
>