let say I have this url:
http://myweb/item/info/1
with a link to
http://myweb/item/edit/1
and I don't want the user to manually change to
http://myweb/item/edit/2
I would want the user to click on the link from the info page so he can access the edit page.
how would you manage that?