Mandy Singh wrote:
Thank you Klaus. All my major issues have been solved including writing
a pagination model on top of it and handling the highlighting of the
active link (refresh wasn't being taken care of by your library).
So, only one thing remains - the double request that sometimes happens
and once it happens then it always happens. I saw the link (comment from
your blog) for the change. But, its confusing and requires lot of changes.
I am hoping you can release a patch soon.
Thank you,
Mandy.
I have fixed the double loading bug and committed everything to SVN.
I've also added that a link's hash is generated from its title attribute
(with white space replaced by "_"). If no title is present the default
is used for generating the hash.
-- Klaus