|
I have a problem...
How can I include files dynamically? That is, how
can I make
<%@ include=URL%>
work, where URL is a
variable?
( I am including files in a while-loop and the URL
changes in every loop according to new material from a database.)
I am using JRun.
I have also tried
<jsp:include file=URL />
but it does not work either.
I want the include to be dynamic (load the included
page before it is included).
Thanks.
|
- Re: Include files dynamically �lafur Gauti Gu�mundsson
- Re: Include files dynamically Colin Wilson-Salt
