any jsf component which includes a html page?

Hello,

Is there any jsf component (facelets) that includes takes a path to a particular html page and displays it? I have a managed bean that has the path variable (of a particular html page) and I am trying to display that in the jspx page (which has jsf components)

something like a jsp include directive?

Thanks,

Brett.

[355 byte] By [MarkBrettLeea] at [2007-11-27 5:16:17]
# 1
Why isn't the <jsp:include /> sufficient?If you want dynamic includes, you might find http://balusc.xs4all.nl/srv/dev-jep-djs.html interesting.
BalusCa at 2007-7-12 10:38:50 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
<jsp:include /> is not good because I am working on a jspx page (using facelets) and not a jsp page. Is there a way I can capture the value in jspx page, of a variable in the bean and use that. This variable is the exact path for my page.Thanks,Brett
MarkBrettLeea at 2007-7-12 10:38:50 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
What do U mean exactly?
Alibaabaaa at 2007-7-12 10:38:50 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...