on these JSP predefined objects. Notice that lines 13 and 14 output an HTML
tag. Although you can code HTML tags with JSP output statements, you should not do so. It’s good design practice to separate the programming logic, provided by coding JSP tags, from page formatting tags. You can read a bit more on the separation of logic from presentation later in this chapter. Listing 3-3 shows the generated HTML resulting from the JSP page in Listing 3-2. Listing 3-3: The HTML generated by the JSP page 1 2 3 4
You Entered Lou Marco 8
Your Name Backwards is ocraM uoL 9 10