My portal_tabs are not visually selected
I've defined my own portal_tabs in portal_actions, but when I click one, the tab remains visually unselected.
Plone compares the id of your action (with category 'portal_tabs' in 'portal_actions' in the ZMI) to the id of the folder it navigates to. The id's must be equal for the tab to be visually selected.
