Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のように、JSFページで入力を取得せずにプロパティ値を設定する必要があります。
<ui:repeat var="i" value="#{elBean.list}" iterationStatus="loop" > #{i} // I need to assign this value to a bean property </ui:repeat>
あなたは付け加えられますc:set
c:set
<c:set property="i" value="SOME_VALUE"/>
こちらもご覧ください