1

I have a page with a url of:

domain.com/page.jsp?pID=01

And I have code:

<% String pID; %> <% if (request.getParameter("pID") == "01") { %>
     <%@include file="page01.jsp" %>
             <% } else if (request.getParameter("pID") == "02"){ %>
     <%@include file="page02.jsp" %>
             <% } %>

All I get is a blank page. Why is this?

jmj
  • 237,923
  • 42
  • 401
  • 438
Murphy1976
  • 1,415
  • 8
  • 40
  • 88

0 Answers0