8.10.5. ブレッドクラム
ブレッドクラムは、 現在の対話スタック内の対話へのリンクの一覧です。 ネストされた対話モデルを使うアプリケーションで役立ちます。
<ui:repeat value="#{conversationStack}" var="entry">
<h:outputText value=" | "/>
<h:commandLink value="#{entry.description}" action="#{entry.select}"/>
</ui:repeat>
<ui:repeat value="#{conversationStack}" var="entry">
<h:outputText value=" | "/>
<h:commandLink value="#{entry.description}" action="#{entry.select}"/>
</ui:repeat>