CHAPTER 3: Best Practices in Java EE Web Development 143Note The charEncoding attribute is required when accessing absolute URL resources where the protocol
is not HTTP and where the encoding is not ISO-8859-1.The
The
The
of either the
encoding.
Here’s the syntax with a parameter value specified in the attribute value.
Here’s the syntax with a parameter value specified in the body content.
parameter value
Table 3-21 describes the attributes of
Table 3-21.
Name Type Descriptionname String Name of the query string parameter
value String Value of the parameterListing 3-52 illustrated how you can use
request parameters for included files with the
Listing 3-52. Using
<%-- Page content goes here--%>
Listing 3-53 illustrates how you can use