CHAPTER 3: Best Practices in Java EE Web Development 137
The syntax for the
body content (
As you can see, the
and
body
body
Table 3-15 illustrates the attributes of the
Table 3-15.
Name Type Description
test Boolean The test condition that determines whether the body content should be processed
Listing 3-46 illustrates a simple usage of
Listing 3-46. Using
Number is less than 10.
Number is greater than 10.
Number is equal to 10
Here’s the output:
Number is equal to 10