掲示板

liferay-ui:captcha and icefaces 3

11年前 に Mk Sin によって更新されました。

liferay-ui:captcha and icefaces 3

Junior Member 投稿: 74 参加年月日: 12/05/25 最新の投稿
My <liferay-ui:captcha/> work fine in icefaces 2 but since I try to upgrade my project to icefaces 3 (fix problems with FCK) my captcha return me error and stop working.
I think i was missing something, please help me.

10:58:41,921 ERROR [MissingResourceImpl:112] Resource handler=[com.liferay.faces.bridge.application.ResourceHandlerOuterImpl@1570cea] was unable to create a resource for resourceName=[captcha] libraryName=[liferayfaces] contentType=[null]
thumbnail
11年前 に Neil Griffin によって更新されました。

RE: liferay-ui:captcha and icefaces 3

Liferay Legend 投稿: 2655 参加年月日: 05/07/27 最新の投稿
Do you have the liferay-faces-portal.jar dependency in the WEB-INF/lib folder of your portlet deployment?
11年前 に Mk Sin によって更新されました。

RE: liferay-ui:captcha and icefaces 3

Junior Member 投稿: 74 参加年月日: 12/05/25 最新の投稿
Neil Griffin:
Do you have the liferay-faces-portal.jar dependency in the WEB-INF/lib folder of your portlet deployment?



yes. liferay-faces-portal-3.1.0-ga1.jar , I have liferay-faces-bridge-api-3.1.0-ga1.jar, liferay-faces-bridge-impl-3.1.0-ga1.jar, liferay-faces-util-3.1.0-ga1.jar also :-?
thumbnail
11年前 に Neil Griffin によって更新されました。

RE: liferay-ui:captcha and icefaces 3

Liferay Legend 投稿: 2655 参加年月日: 05/07/27 最新の投稿
I tried to reproduce your problem by adding the ICEfaces 3.1.0 ace:textEntry to the jsf2-registration-portlet demo (which features a liferay-ui:captcha component) and it worked OK.

Is your portlet doing something similar?