JSP Controls Tag Library
 

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 Classnet.jspcontrols.tags.PrerenderTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
ajaxfalsetruejava.lang.StringNormally 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.
cachedfalsetruejava.lang.StringView 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.