Is it possible to call two methods from the Bean to a JSF page within one primefaces component? I have listOfNames()
and detailsOfName()
methods in the Bean. The two methods return List
types.
In a <p:dataGrid>
, is it possible to obtain the values from both the methods?