I think the question is clear by the title. This is my actual bean :
@ManagedBean(name=\"selector\")
@RequestScoped
public class Selector {
private String pr
Sometimes
I'm setProfilePage
is totally absent.
That can happen when the UICommand
component is not rendered in the component tree during apply request values phase and/or update model values phase. I.e. the rendered
attribute of it or one of its parents has evaluated false
at that point.
The presence of @PostConstruct
should not have any influence.