First Simple Interactive JSP example

${param['userName']} instead of • to get the userName parameter on the HTML form. From the simple JSP example above you know the JSP works. • You can even incorporate the index.html into the helloJsp.jsp so that a single JSP page can display an HTML form for a user to interact with and then ................
................