JSP CUSTOM TAG LIBRARIES


nocache tag
Sets the response headers to indicate that the current page should not be cached. You must use this tag before any content has a chance to be sent to the client (otherwise it's too late to change the headers). This should be the first tag that appears on the page. This tag has no extra attributes.

Contexts

Valid in:


Syntax
Attributes

See the Common Domino JSP tag attributes section for definitions of debug, onfailure, and time.

See Also