I seem to be getting an intermittent problem where components get rendered on the wrong page. My page will render as expected, except for the occasional extra component from a different page. I'm not dynamically adding components and I am explicitly setting the id (I've found not doing this causes more errors). I am binding forms to the backing bean but I'm just doing that to retrieve the form data (ie read only). I'm using 1.0.8 and server side state saving.
Any ideas?

