JSF v9.0 portlet -- Implemented getView() method is not getting called

We have JSF 2.0 faces portlets utilizing IBM Portlet Bridge for (JSF) 2.0.

Custom portlet classes extends from com.ibm.faces20.portlet. FacesPortlet and implement getView() method for changing a JSF portlet page without a JSF action.

I noticed that under WAS/Portal 9.0, implemented getView() method is not getting called.

Is there anything we need to configure with WAS/Portal 9.0 ?

Hey Daniel, can you post the code snippet here for review? Thanks.

Hi,

I seem to have the same issue with getView(). Currently in the process of updating Portal code to JSF(2.0) under WAS/Portal 9.5 CF198. The code overrides getView() but from viewing the FacesPortlet class under com.ibm.faces20.portlet, getView() does not exist.

Does anyone know what this was replaced with? Alternative method? Thanks