Breadcrumb Breadcrumb
Javadoc Links Javadoc Links
Frequently Asked Questions (FAQ) Frequently Asked Questions (FAQ)

Frequenty Asked Questions:

  • Q: Does the portletfaces tools project work with portals other than Liferay?
    A: No, it is designed specifically for use with Liferay Portal. Although it does have some features that simply make it easier for JSF to integrate with Portlet 2.0, those features are combined with Liferay vendor-specific features.
  • Q: What implementations of JSF are supported for use with PortletFaces?
    A: Only Sun's Mojarra implementation is certified for use at this time.
  • Q: What does the portletfaces tools project do to make ICEfaces 1.x integrate better with Liferay?
    A: The ICEfaces 1.x portlet bridge does not use the Portlet 2.0 ResourceRequest when submitting Ajax requests to the server. While this approach has the benefit of increased performance, the drawback is that certain objects like the Liferay PermissionChecker and ThemeDisplay become unusable. PortletFaces solves this problem by making temporary copies of Liferay's PermissionChecker and ThemeDisplay objects and keeping them in ICEfaces extended-request scope. See documentation for more details.