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
  • 232,312
  • 42
  • 391
  • 431
Murphy1976
  • 1,323
  • 7
  • 37
  • 84

0 Answers0