I have a question about RequestScoped
ManagedBean
:
It seems like the RequestScoped
ManagedBean
is created every time we change something in the view, indeed, if we change value of <p:selectOneMenu>
, for example, method declared as @PostConstruct
is called.
I think this will slow the application.
Can some explain more this issue ?