webtier@glassfish.java.net

xx

From: <webtier_at_javadesktop.org>
Date: Thu, 21 May 2009 09:57:58 PDT

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