How do I set Managed Bean field to the value of a ui:param?

前端 未结 1 1824
暗喜
暗喜 2021-01-21 18:39

I have a JSF page that is included in other JSF pages (basically a page header, with common information). This common page has its own controller and is reliant that the page wh

1条回答
  •  无人共我
    2021-01-21 19:13

    See comment from BalusC. There is no standard for this in the JSF API spec. Use a composite or custom component instead.

    0 讨论(0)
提交回复
热议问题