掲示板

Liferay Faces version for Liferay 6.2RC2

10年前 に Clemens Düpmeier によって更新されました。

Liferay Faces version for Liferay 6.2RC2

New Member 投稿: 2 参加年月日: 12/09/12 最新の投稿
Dear Liferay Faces developers,
are there any developer versions already (mavenized would be best) which we can use to test the compatibility of our JSF portlets with Liferay 6.2 releases (like RC2)?

Kind regards
Clemens
thumbnail
10年前 に Kyle Joseph Stiemann によって更新されました。

RE: Liferay Faces version for Liferay 6.2RC2

Liferay Master 投稿: 760 参加年月日: 13/01/14 最新の投稿
As long as you have RC2 installed, you should be able to use the 3.2.x branch of Liferay Faces to test your portlets. Just build the liferay faces 3.2.x branch from source (make sure you replace 3.1.3-ga4 with 3.2.x in the git commands in steps 1 and 2). Once you have done that , everything should be ready to go, but you may want to deploy and test our JSF2-portlet demo to ensure that everything is working before you begin testing your own portlets.

- Kyle
thumbnail
10年前 に Kyle Joseph Stiemann によって更新されました。

RE: Liferay Faces version for Liferay 6.2RC2

Liferay Master 投稿: 760 参加年月日: 13/01/14 最新の投稿
If you do not want to build from source, you can also get the necessary jars from the snapshot repository. Specifically, you will need the jars labeled 3.2.4-ga5-SNAPSHOT.

- Kyle
10年前 に Clemens Düpmeier によって更新されました。

RE: Liferay Faces version for Liferay 6.2RC2

New Member 投稿: 2 参加年月日: 12/09/12 最新の投稿
Thank you,
what we needed were the reference to the SNAPSHOT repository. We already compiled our portlets with the latest 3.2.x version.

We then added

<requires-namespaced-parameters>false</requires-namespaced-parameters>

to WEB-INF/liferay-portlet.xml and the portlets are seem to work now well. But we have to test them in more detail.

Are there any other issues known with Liferay 6.2 and the latest liferay faces 3.2.x version?
thumbnail
10年前 に Neil Griffin によって更新されました。

RE: Liferay Faces version for Liferay 6.2RC2

Liferay Legend 投稿: 2655 参加年月日: 05/07/27 最新の投稿
As of the time of this writing, the Facelet version of the liferay-ui:input-editor is not working [FACES-1752].

Also, the Facelet version of aui:column not visually rendering markup in columns in Liferay 6.2 [FACES-1753].

For a complete list, refer to all open bugs that affect the 3.2.x branch as reported by JIRA.