I'm new to JSF, not sure if this is the best place to post this question. If it's not, please suggest a better place.
I've just started working on a JSF webapp with lots of page fragements (.jspf). Almost all of our jsp files are .jspf and are added to tabs with something like this:
<rich:tab binding="#{ui$shared$allTabs.tabFoo}" id="tabFoo" label="Foo" rendered="false">
<other stuff with hardcoded coded component ids/>
<br/>
<c:import url="./bar/foo.jspf" />
</rich:tab>
[Message sent by forum member 'medloh' (medloh)]
http://forums.java.net/jive/thread.jspa?messageID=347188