Liferay Faces Portal 3.0.2, Bridge Impl 4.1.1, Bridge Ext 5.0.2 Released

Liferay Faces Portal 3.0.2, Bridge Impl 4.1.1, Bridge Ext 5.0.2 Released

Liferay Faces Portal 3.0.2, Bridge Impl 4.1.1, and Bridge Ext 5.0.2 have been released with support for PrimeFaces 6.2, PrimeFaces p:fileUpload mode="simple" (thanks to community member Yeray Rodriguez!), URLs with spaces and more!

Liferay Faces Portal 3.0.2 Release Notes Highlights

  • [FACES-3242] - Upgrade to PrimeFaces 6.2
  • [FACES-3243] - portal: components with javascript (captcha, inputRichText, etc) fail to update with Ajax in Liferay 7.0 GA5

Full Release Notes

Liferay Faces Bridge Impl 4.1.1 Release Notes Highlights

  • [FACES-3242] - Upgrade to PrimeFaces 6.2
  • [FACES-3264] - PrimeFaces file upload fails with PrimeFaces 6.2
  • [FACES-3250] - Primefaces file upload mode=simple does not work (thanks to community member @yerayrodriguez for this contribution!)
  • [FACES-2958] - bridge creates invalid URLs when view params contain spaces in liferay
  • [FACES-3261] - The wrong content type of "text/html" is set for execute "@all" Ajax responses

Full Release Notes

Liferay Faces Bridge Ext 5.0.2 Release Notes Highlights

  • [FACES-2958] - bridge creates invalid URLs when view params contain spaces in liferay

Full Release Notes

Archetypes

Along with these updates, all of our archetypes have been updated to the latest appropriate Liferay Faces, PrimeFaces, and Mojarra artifacts.

JSFSPEC #1433

In order to avoid JSFSPEC #1433, we strongly recommend that all JSF projects update to the latest appropriate Liferay Faces and Mojarra artifacts. JSF 1.2 projects should also add the following context-param to each web.xml file (Liferay Faces Util 2.1.0 and 3.1.0 automatically add the context-param for JSF 2.1+ projects via web-fragment.xml):

<context-param>
    <param-name>javax.faces.ALWAYS_PERFORM_VALIDATION_WHEN_REQUIRED_IS_TRUE</param-name>
    <param-value>true</param-value>
</context-param>

Please report any issues with this new release in JIRA and ask any questions in our forums.