facelets: passing bean name with ui:param to action attribute
问题 Due to some custom components which expect a bean name (NOT the bean instance) in their attributes I need to pass the actual bean name between pages. As the bean itself is also used by non-custom components, I would like to avoid using additional ui:param (like described here Passing action in <rich:modalPanel>) since it will essentially specify the same bean. Is it possible to specify component's action using bean name provided with ui:param ? Basically I am trying to achieve the following: