CS6320:  SW Engineering of Web Based Systems

 

Exercise 9:  Simple JSP using JSP scriplets

due May 5

You are to create a simple JSP document that has static HTML that produces a page with a yellow background and contains a JSP scriplet that reads in the parameters name param1 and param2 the user entered in the HTTP request to the JSP page.  It takes the values and prints them out.

 

 NOTE: you must invoke the jsp page and pass it the two parameters!!!!

 

 Do it first before looking at the SOLUTION.

 TryIT!

© Lynne Grewe