Sun Java System Web Server 7.0 Update 4 Developer's Guide to Java Web Applications

Usage

<select name=elementname>
			<s1ws:collection>
			<option value="<s1ws:collItem property="name" />">
       <s1ws:collItem property="display name" />
			</s1ws:collection>
</select>

This function iterates through the available collections and passes each item to the collection item tag, which in turn displays the name and display name of the item.