JSP CUSTOM TAG LIBRARIES
Examples: unid tag
The following example extracts creates a table that displays the document ids for each of the documents in the Customers view:
<domino:view dbname="MyDatabase.nsf" viewname="Customers">
<table>
<tr><th>Document IDs</th><tr>
<domino:docloop>
<tr>
<td><domino:unid/></td>
<tr>
</domino:docloop>
</table>
</domino:view>
See Also
unid tag
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary