| Author |
how to create dynamice include
|
john smiths
Greenhorn
Joined: Feb 19, 2012
Posts: 3
|
|
Hi All:
I am using Icefaces 1.8.2 with JSF 1.1.
I can make the following include work:
<jsp:directive.include page="/test/contacts/testMain.jspx" />
However, I cannot make the following include work:
<jsp:directive.include page="#{sessionBean.tab.url}" />
I want the value to come from the bean "sessionBean.tab.url"
The only way I can make it work would be to convert the project to facelet and use this:
<ui:include src="#{sessionBean.tab.url}" />
I don't want to use facelet.
|
 |
 |
|
|
subject: how to create dynamice include
|
|
|