| Author |
include and file path
|
John Lincoln
Ranch Hand
Joined: Feb 11, 2003
Posts: 192
|
posted

0
|
Hi, I would like to do a static include in my jsp, but the file path is obtained from server side. Is this possible ? Below is the code I tried it did not work Can i include can have an expression ? Even this does not seem to work Please help thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
|
Static includes are evaluated at translation time, so execution-time expressions cannot be used.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
John Lincoln
Ranch Hand
Joined: Feb 11, 2003
Posts: 192
|
posted

0
|
Bear, Thanks for the response. But this is what i am trying to do. The path for the file is generated on the server side. I will get this info on jsp . How can i use the filePath in the include directive or jsp:include. If this is not possible what can be other alternatives ? Please Help. thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
|
You'll be able to use an expression in an include action, but not a directive.
|
 |
 |
|
|
subject: include and file path
|
|
|