Passing parameter from one page to another - The scope of the object referenced by expression is shorter than the referring managed beans error
问题 I am trying to pass a parameter from one page to another, but when i press the button "Details" it gives me this error: "Unable to create managed bean agencyDetailBean. The following problems were found: - The scope of the object referenced by expression #{agency}, request, is shorter than the referring managed beans (agencyDetailBean) scope of session" This is part from my .xhtml page: <p:dataGrid var="agency" value="#{agencyBean.agencyList}" columns="1" rows="5" paginator="true"