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.
rich:datatable rich:column filterBy="..."SESSIONスコープ内のfilterBy値を保持することは可能ですか?
rich:datatable rich:column filterBy="..."
はい、セッションスコープに配置されたBeanのプロパティを指すel式を使用します。
<rich:datatable ...> <rich:column filterValue="#{yourSessionBean.filterByProperty}" ... > ...
私はあなたがではfilterValueなく保存したいと思っていると思いますfilterBy。
filterValue
filterBy