JSP Controls Tag Library
 

accept (Tag Library Documentation Generator - Generated Documentation)


JSP Controls Tag Library
Tag render


The tag is to be used on render phase. The body of this tag is evaluated if its "view" attribute equals to a scoped variable "jspcontrolsViewSelected" defined either in page or request scope. The body of this tag is always evaluated if "view" attribute is omitted. This is an optional tag that does not have any side effects. You can use JSP scriptlets of JSTL conditional actions to display a particular view of a component.

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

Attributes
NameRequiredRequest-timeTypeDescription
viewfalsetruejava.lang.StringThe name of a view this tag renders. The body of this tag is evaluated if "view" attribute equals to a scoped variable "jspcontrolsViewSelected" defined either in page or request scope.

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.