Chapter 13 - Creating JSPs with the Expression Language

This chapter covers the use of EL and how to incorporate it within functions.

This application contains the following JSPs:

Listing 13.1:  /EL_Variables.jsp
Listing 13.5:  /Stringfun.jsp

The other files in this directory enable Stringfun to process EL functions within a JSP.

Open the source files, modify the code, play around with it, and practice the different ways to use the Expression Language within JSPs.