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 Class | net.jspcontrols.tags.PrerenderTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| 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. |