Skip to main content.

JSP Controls Tag Library

Navigation: JSP Controls | About

Tag <jc:prerender>

Initializes the view. Stores the page address to be used on reload; set response header to "text/xml" for Ajax request. Prerender tag must be specified after Accept tag and before any of Render tags.

Tag Information
Tag Classnet.jspcontrols.tags.PrerenderTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
Name Required Request-time Type Description
cached false true java.lang.String View rendered by component is non-cached by default to ensure that component presentation is always synchronized with component state. To allow components (and pages) to be cached, set "cached" attribute to true.