hazelsisson
Programmer
Hi clever people!
I have a problem with a session servlet that I am trying to include in a number of JSPs.
This is the syntax I have used:
<jsp:include page="servlet/portalSession" flush="true" />
There are no errors when I display the JSP, but it seems to ignore the servlet I have tried to include and doesn't execute any of the code in it!
I have tried using this syntax: <%@ include file="servlet/portalSession" %> but this always displays an error saying it can't find "servlet/portalSession".
Any ideas why?
Thanks very much,
Hazel
I have a problem with a session servlet that I am trying to include in a number of JSPs.
This is the syntax I have used:
<jsp:include page="servlet/portalSession" flush="true" />
There are no errors when I display the JSP, but it seems to ignore the servlet I have tried to include and doesn't execute any of the code in it!
I have tried using this syntax: <%@ include file="servlet/portalSession" %> but this always displays an error saying it can't find "servlet/portalSession".
Any ideas why?
Thanks very much,
Hazel