Hi,
I would like to integrate a java instruction in an <@ include> directive. I would like something like this :
<%@ include file = "./video.jsp?id<%out.print(anId);%>" %>
Of course, this instruction doesn't work. Is there something to do to have the same result????
A+
H.
I would like to integrate a java instruction in an <@ include> directive. I would like something like this :
<%@ include file = "./video.jsp?id<%out.print(anId);%>" %>
Of course, this instruction doesn't work. Is there something to do to have the same result????
A+
H.