Reputation: 3259
How can I develop JSF 2.0 portlets for WebSphere Liberty Profile? It seems they forgot to provide a portlet bridge. I tried to use com.ibm.faces20.portlet.FacesPortlet from WAS full profile, but that doesn't work. Furthermore I tried to use a few generic portlet bridges, but also had no success.
Upvotes: 0
Views: 245
Reputation: 18040
Portlet bridge is not yet available for Liberty. Check same question on wasdev.net - JSF in Portlet on WAS Liberty
Upvotes: 0