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.
 
�lafur Gauti Gu�mundsson
�Degree Technologies Reykjav�k
[EMAIL PROTECTED]

Reply via email to