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>
Siehe auch
unid tag
Glossar
Ihre Kommentare zur
Hilfe
oder zur
Verwendbarkeit der Software
?
Hilfe zur Hilfe
Inhalt der gesamten Hilfe
Glossar