nxdir
Tag selectItems


Select items from a directory


Example:
<!-- show the subject directory entries --> <nxdir:selectItems directoryName="subject" var="item" itemValue="#{item.id}" itemLabel="#{item.vocabulary.label}" /> <!-- show the subject directory entries filtered by given list --> <nxdir:selectItems directoryName="subject" value="#{document.dublincore.subjects}" showAll="false" var="item" itemValue="#{item.id}" itemLabel="#{item.vocabulary.label}" />


Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body ContentNone
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
directoryNametruefalsejava.lang.StringName of the directory that will be used to resolve entries from the given list of ids.
valuetruefalsejava.lang.StringValue binding representing the list of directory entry ids.
displayAllfalsefalsejava.lang.StringBoolean stating that all entries from the directory should be presented, regardless of the value attribute. Defaults to true.
displayObsoleteEntriesfalsefalsejava.lang.StringBoolean stating that obsolete entries should be stated. Defaults to false.
vartruefalsejava.lang.StringName of the request scope attribute that will be used to set a directory entry value and label with flexibility.
itemValuetruefalsejava.lang.StringValue binding resolved to build the directory entry value.
itemLabeltruefalsejava.lang.StringValue binding resolved to build the directory entry label.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.