Copyright © 2001 Qusay H. Mahmoud
35
Example
lRequest parameters are passed into JSP pages using normal HTTP parameter mechanisms (using GET and POST)
lTherefore, for the hello.jsp:
–If invoked with: http://host…/hello.jsp it will print “Hello, World!”
–If invoked with: http://host…/hello.jsp?user=Mary, it will print: “Hello, Mary!”
l