Link to home
Start Free TrialLog in
Avatar of jen2483
jen2483

asked on

Parameter passing error

Hi all,

What wrong with the code below? I  get payLoadType=null in my bandwidth_process.jsp.

<% String payLoadType=request.getParameter("payload");
   System.out.println("payLoadType===="+payLoadType);
%>

<META HTTP-EQUIV="Refresh" CONTENT="0; URL=/bandwidth_test/bandwidth_process.jsp?payLoadType="+<%=payLoadType %>>
ASKER CERTIFIED SOLUTION
Avatar of kiranhk
kiranhk

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial