maybe then you'll be able to access it later in the document.
: : : <% : String url = "http://localhost/test/hello"; : %> : : : : Going to include hello.jsp... : /hello.jsp"/> : : : : the file hello.jsp is in test/hello folder : : It comes up with an error message saying file not found. :
Comments
<%!
String url = "http://localhost/test/hello";
%>
maybe then you'll be able to access it later in the document.
:
:
: <%
: String url = "http://localhost/test/hello";
: %>
:
:
:
: Going to include hello.jsp...
: /hello.jsp"/>
:
:
:
: the file hello.jsp is in test/hello folder
:
: It comes up with an error message saying file not found.
: