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>
Véase también
unid tag
Glosario
¿Desea opinar sobre la Ayuda?
Ayuda sobre la Ayuda
Abrir la Ayuda en pantalla completa
Glosario
¿Desea opinar sobre la Ayuda?
Ayuda sobre la Ayuda
Abrir la Ayuda en pantalla completa