Afaik using # is the way to go.

Changing any other aspect of the url besides what comes after the # will
result in a load of the changed url by the browser.

You don't need Cake to change the url's, just some javascript code that you
execute every time the user navigates using your ajax links.

On Fri, Apr 16, 2010 at 5:41 PM, Dmitry Shevchenko <dmitr...@gmail.com>wrote:

> Hi!
> I use ajax link (by ajax helper) in my current app almost everywhere.
> I
> now, when user navigate throw the site, URLs in the browser address
> line didn't changed.
> That's why user can't create bookmarks.
> Does anyone knew, how to push browser change address line, or some
> other workaround.
>
> p.s. I knew one way - add "#" to each url. Browser will automatically
> add  this parameter to address line. But seems that this is too ugly
> workaround. (And I don't know how to implement it by using Cake)
>
> Check out the new CakePHP Questions site http://cakeqs.org and help others
> with their CakePHP related questions.
>
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to cake-php@googlegroups.com
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.com>For
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to