CS6320:  SW Engineering of Web Based Systems

 

Exercise 8:  Simple JSP

NOT COLLECTED

 

You are to create a simple JSP document that has static HTML that produces a page with a yellow background and contains JSP expressions 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