I want to get a value from the link that user has write.
For example i want to go to page pageone.jsp?x=abc , then how to get variable “x” (that written in url ?x=abc, and then prinln(x) ?
I want to get a value from the link that user has write. For
Share
use request.getParameterNames()
refr http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-Form-Data.html