background image

More on JavaServer Pages Technology

<< Eliminating ExtraWhite Space | JavaServer Pages Documents >>
<< Eliminating ExtraWhite Space | JavaServer Pages Documents >>

More on JavaServer Pages Technology

Alternatively, a page author can set the value of the trimDirectiveWhitespaces attribute of the
page
directive to true or false. This will override the value specified in the deployment
descriptor.
Custom tag authors can eliminate white space from the output generated by a tag file by setting
the trimDirectiveWhiteSpace attribute of the tag directive to true.
Further Information about JavaServer Pages Technology
For more information on JavaServer Pages technology, see:
JavaServer Pages 2.0 specification:
http://java.sun.com/products/jsp/download.html#specs
The JavaServer Pages web site:
http://java.sun.com/products/jsp
The Unified Expression Language, Ryan Lubke et al.:
http://java.sun.com/products/jsp/reference/techart/unifiedEL.html
Further Information about JavaServer Pages Technology
Chapter 5 · JavaServer Pages Technology
183