In my Magento installation I have a category that uses a view.phtml that is different from all other views. In my category settings I use this for Custom Layout Update:
<reference name="product.info">
<action method="setTemplate">
<template>catalog/product/view_stoffen.phtml</template>
</action>
</reference>
But when I click on a product from this category via my New Products widget at my homepage, I get the standard view.phtml.
Any ideas?