Results 1 to 3 of 3
Thread: how to create dynamice include
- 02-19-2012, 09:11 PM #1
Member
- Join Date
- Dec 2009
- Posts
- 13
- Rep Power
- 0
how to create dynamice include
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.
- 03-25-2012, 11:12 PM #2
Member
- Join Date
- Mar 2012
- Posts
- 41
- Rep Power
- 0
Re: how to create dynamice include
jsp: ${.....
#{ JSF
You could transfer it to variable in a scriptlet first
- 05-31-2012, 08:09 AM #3
Member
- Join Date
- Mar 2012
- Posts
- 41
- Rep Power
- 0
Similar Threads
-
May in an <iframe> include any server side page? If yes in a cfm page may include a J
By lse123 in forum New To JavaReplies: 0Last Post: 03-02-2010, 08:28 AM -
include-prelude/include-coda
By devin in forum Java ServletReplies: 0Last Post: 02-11-2009, 07:33 PM -
jsp:include in a sql:transaction
By sam2020 in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 07-31-2008, 08:11 PM -
<jsp:include> Vs <%@include> Vs <jsp:forward> Vs RequestDispatcher .forward/includeVs
By freddieMaize in forum Java ServletReplies: 5Last Post: 07-29-2008, 02:13 PM -
jsp:include and include file
By Heather in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 07-14-2007, 04:19 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks