August 2002
Intermediate to advanced
688 pages
23h
English
<fmt:requestEncoding>
The <fmt:requestEncoding>
action sets the character encoding for the request to
facilitate correct interpretation of request parameter values when
the encoding is different from ISO-8859-1. The encoding can be
specified explicitly. I can also be determined based on the request
Content-Type header, if any, or the encoding
session variable set by all JSTL actions that set the locale for a
response
(javax.servlet.jsp.jstl.fmt.request.charset).
<fmt:requestEncoding [value="encodingName"] />|
Attribute name |
Java type |
Dynamic value accepted |
Description |
|---|---|---|---|
value |
String |
Yes |
The encoding name |
<%-- Sets the request encoding to the same encoding as was used for the previous response in the current session. --> <fmt:requestEncoding />
Read now
Unlock full access