I am getting following exception when I tried to deploy liferay war file into Virgo server. Can any one help me please?
I\'m using an external token service to validate my users and they then get redirected to the portal (portal url + some get parameters). NOTE: this service is in no other way connected to 开发者_运维技
I\'m trying to create a custom login portlet for liferay because I also need to do some other things such as logging. However the problem I\'ve stumbled on is that the portal-impl.jar seems to be shie
I have a Liferay portal that was configured to use filesystem persitence for jackrabbit. It seems like this persistence mode creates a lot of files on the filesystem (so far something like 113\'000)
I have bulid a portlet in Liferay Portal and have used Ajax. When I open the site without www everything is correct, but when I use www the Ajax request URL is without www and then the response is emp
I am using ALLOY DIALOG in Liferay 6.0.5 as follows: function countPopup(){ AUI().use(\'aui-dialog\', \'liferay-portlet-url\', function(A) {
I need to change the theme (let\'s say default theme = classic) to the iphone theme (or whatever) when the user has navigated to the liferay portal using a mobile device.
I am new to liferay portal. I am afraid, the questions being raised might be simple, but I am not aware. Please clarify.
I am trying to get Liferay 6.0, JBoss portlet bridge 2.0 and Richfaces 4.0.0 working together by using the configuration as stated in JBoss Forum and the portlet bridge documentation. My goal is to us
I m developing portlets on liferay portal using icefaces, i want to hide/view the portlet programmaticaly from an action written in my managed bean.