When I tried to use the following syntax to include a file within a JSP page in JRun server:
 <jsp:include page="somfile.info" flush="true" />
it gave me the result 500 null.
Is there anything wrong with the syntax I used or the server?
 
By the way, when I used the <%@ include .. %> syntax, it worked fine.
 
Thank you in advance.

Reply via email to