Here's the code I'm using to display product navigation links:
Code:
<xsl:value-of select="aspdnsf:ProductNavLinks(ProductID, /root/Runtime/EntityID, /root/Runtime/EntityName, /root/EntityHelpers/*[name()=/root/Runtime/EntityName]/descendant::Entity[EntityID=/root/Runtime/EntityID]/SEName, 0, 1, 1)" disable-output-escaping="yes" />
The problem is that the previous button sometimes works, but sometimes it only links back to the current product. After a quick search I found the same problem posted in the support forum and an admin mentions looking into it, but nothing more.

I'm really hoping this doesn't require a recompile to fix.

Has anyone run into this?