掲示板

jsf components

11年前 に karthikeyan navaneeth によって更新されました。

jsf components

New Member 投稿: 4 参加年月日: 13/04/22 最新の投稿
i'm using liferay-6.1-GA2 i tried to develop the portlet using jsf2.0 iceface 3.0, but i faced lot of errors i make my project as a screen shot pls give me an solution to this....
thumbnail
11年前 に Neil Griffin によって更新されました。

RE: jsf components

Liferay Legend 投稿: 2655 参加年月日: 05/07/27 最新の投稿
From the screenshots it looks like you are using the Liferay 6.1 Plugins SDK to develop portlets.

Two upgrades I would recommend:

1) Upgrade to Liferay Faces 3.1.1-ga2
2) Upgrade to ICEfaces 3.3

You can do this by downloading those newer versions and copying them to the appropriate places in the plugins-sdk/tools folder. You would also have to copy them to the WEB-INF/lib folder of any of the portlets you are developing. Also don't forget to delete the old versions.

Also, do you see any errors in your Tomcat log when you deploy the portlet, or when you try to visit the page in the browser?
11年前 に karthikeyan navaneeth によって更新されました。

RE: jsf components

New Member 投稿: 4 参加年月日: 13/04/22 最新の投稿
yes, i getting error msg in browser whenever not in tomcat log
thumbnail
11年前 に Neil Griffin によって更新されました。

RE: jsf components

Liferay Legend 投稿: 2655 参加年月日: 05/07/27 最新の投稿
Hi Karthikeyan,

When you get a chance, please do the following:

1. Shutdown Liferay+Tomcat
2. Delete the tomcat/logs/catalina.out file
3. Restart Tomcat
4. Visit the page with a browser
5. Shutdown Tomcat
6. Paste or attach the tomcat log

Thanks,

Neil
10年前 に karthikeyan navaneeth によって更新されました。

RE: jsf components

New Member 投稿: 4 参加年月日: 13/04/22 最新の投稿
Thanks Neil, your post is really help full for me to develop my Liferay portlet using JSF ICEFACE3.0 .now face an another issue in coding level.i try to UPDATE the ROLES and USERS in liferay DB but i Couldn't do that , when i'm creating new user or role it is creating in liferay DB but when i'm go for edit and make a changes and click update its not updating. pls ,i have send my code with this