accept (Tag Library Documentation Generator - Generated Documentation)
JSP Controls Tag Library
Tag 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 |
| ajax | false | true | java.lang.String | Normally the body of this tag is evaluated for non-Ajax requests only. Set "ajax" attribute to true to evaluate the body of this tag only in Ajax mode. |
| 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. |
| Variables |
| No Variables Defined. |
Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.