It looks that
Code:
<s:fragment rendered="#{foo.isInstance('Foo')}">
<ui:include src="/foo.xhtml">
<ui:param name="instance" value="#{foo}"/>
......
fails to work in both 1.8.1 and 1.8.2-RC1, but it works on 1.8.0. But after changing it to JSTL code <c:if test="#{foo.isInstance('Foo')}">, it works on all 1.8.0, 1.8.1 and 1.8.2.