Topics in This Chapter
Some of the most basic tasks that JSP developers perform involve producing output, setting and accessing scoped variables and JavaBean properties, implementing conditional code, and handling exceptions. All of those tasks are discussed in this chapter, which explores the JSTL general-purpose and conditional actions. The general-purpose actions are discussed in "General-Purpose Actions" on page 102, and the conditional actions are discussed in "Conditional Actions" on page 127. Besides showing you how to use the JSTL general-purpose and conditional actions, this chapter also illustrates how to perform a number of common tasks for JSP-based applications, including:
This chapter concludes with a section on implementing conditional custom actions and a section that shows you how to use the general-purpose and conditional actions together in a simple case study. |