JSP CUSTOM TAG LIBRARIES
responses tag
In the context of a
document
,
docloop
, or
form
tag, generates a list of documents that are responses to the current document. You can use the
docloop
tag to loop over the generated list of responses. You can use the
page
and
novalues
tags also.
Contexts
Valid in:
document
,
docloop
,
form
,
viewloop
Creates for:
docloop
,
page
,
novalues
Syntax
<domino:responses
id="name of object variable"
max="number"
debug="true|false"
onfailure="inline|exception"
time="true|false">
Attributes
The following attributes are optional:
id
If you specify an id name, creates a variable that contains the associated
lotus.domino.DocumentCollection object
. The variable created is only available within the body of the responses tag. If not specified, no programmatic access to the DocumentCollection object is available.
max
Maximum number of response documents to return. Default is to return all documents.
See the
Common Domino JSP tag attributes
section for definitions of debug, onfailure, and time.
See Also
The Domtags tag library
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary