JSP CUSTOM TAG LIBRARIES


view tag
Example

Displays the summary information of a subset of documents in a database. You can use the key and ftsearch attributes to further qualify the subset.
You can use the following tags:In the context of:To:
indent, ifcategorryentry, ifconlictentry, and iftotalentryviewloop tagHandle hierarchical or categorized views
viewitemviewloop or page tagsReference returned column data
itemdocloop tagReference returned column data

Note This method forces each document in the view to be loaded, using up a lot of system resources


Contexts

Valid in:


Creates for:
Syntax
Attributes

The following attributes are optional:

category


dbname
dbserver
defaultname
depth
enableselect
ftsearch
host
id
key
keyexact
keyseparator
keytype
max
password
toponly
user
viewname
See the Common Domino JSP tag attributes section for definitions of debug, onfailure, and time.

Example
See Also