i upgraded my magento site from 1.4.1.1 to magento 1.7.0.2 .
After that the my wishlist link is not displaying in the header top right .
How can i display this?
I used this code in customer.xml file:
<reference name="top.links">
<action method="addLink" translate="label title" module="customer"><label>My Wishlist</label><url helper="customer/getAccountUrl"/><title>My Wishlist</title><prepare/><urlParams/><position>10</position></action>
</reference>
but it does not link to wish list after logging .
So how can i link it itno correct link?