liferay

Are there any open source opensocial containers?

Does anyone know of an opensocial container based on open source or any similar social collaboration software that is open source? I have already looked on liferay, but it seems a bit complex and I don't really enjoy the technology stack. ...

Portlet Data sharing using liferay and icefaces

Am using liferay 1.8.2 and liferay 5.2. I have many portlets in differnt war files and I tried the examples in the liferay docs as to how to share data between differnet portlets across multiple wars with no succcess. 1) With sesssion sharing , I was not able to get the data from the first portlet to the second portlet, even thou the d...

How do I programatically make a Liferay Portlet go into Full Screen Mode

I'm sure it's an easy thing, but I can't find it anywhere. How do I programatically make a portlet inside of Liferay go into Full Screen Mode. eg: the equivalent of clicking on the maximise button, but in code rather than having to make the user manually click that button. ...

It it possible to read a page request parameter from portlet?

It is posible for a portlet to read a request parameter of its surrounding page? E.g. the URL of the page the portlet resides in is http://example.com/mypage?foo=bar Is it possible to read the "foo" parameter from a portlet that is on that page? Portlet Container is Liferay 5.2.5. ...

Need to change template styles in Liferay

I want to change look and feel of liferay using css. i am very new to liferay. Can any give me any idea to do the changes. Thanks in advance ...

Migrate Liferay 5 -> 5.2

We have a liferay portal running on a hosting company, and We want to bring it to our own structure. So, I've downloaded the excellent bitnami stack and loaded it in our vmware server. I've no experience on liferay whatsoever, all I know its that it uses mysql as database. Is there any docs on how to do it? Tks! ...

Liferay development in Eclipse

I've seen that most of the documentation in the Liferay Wiki (concerning Eclipse plugins and the like) refers to Liferay version 4.x. Are there up-to-date resources for developing Liferay portlets with eclipse (3.5)? ...

Loading Liferay Properties from Spring IoC container (to get jdbc connection parameters)

I'm developing some portlets for Liferay Portal 5.2.3 with bundled tomcat 6.0.18 using Spring IoC container. I need to map the User_ table used in Liferay database to an entity with Hibernate, so I need to use two different dataSources to separate the liferay db from the db used by portlets. My jdbc.properties has to hold all connecti...

Creating Secure Extranets Using Drupal Organic Groups, LifeRay Social or Alfresco Share

We are using Drupal to build a portal site and want to offer secure extranets to users so that users from different companies can collaborate on projects. We would like to offer the following functionality for the extranets: Ability to make extranets public or private and to invite new members easily. Typical extranet features such as...

Liferay error page if at least one portlet is unavailable

I'm tryin to setup a custom error page in Liferay portal if at least one portlet fails The portal always forward to portlet_error.jsp and display a red zone in the portlet position. How can I set a redirect or a forward to a page that fills the complete page layout? Regards ...

grails portlet pagination on Liferay

Hi , How to implement pagination in grails portlet on Liferay. The basic pagination was not working on Liferay. When clicked on next the page is jumping from Liferay url to normal url I used like this : <g:paginate next="Forward" prev="Back" maxsteps="10" controller="book" action="list" total="${Book.count()}" /> t...

Is there a way to find out how many portlets are there in any page?

The problem is, say, i am having a page xyz. And in that page there are 20 portlets. How can i find out the names of all portlets placed on the page. Provided i am having the admin privilege. ...

Grails Liferay portlet not invoking action

I am trying to create a simple portlet for Liferay 5.2.2 using Grails 1.2.1 with the grails-portlets 0.7 and grails-portlets-liferay 0.2 plugins. I created and deployed a stock portlet (just updated title, description, etc...). It deploys correctly and the view renders correctly. However, when I submit the default form that is in view.g...

Grails portlets deployment Issue

Hi, I'm running one grails portlet on liferay 5.2.3 successfully, now i developed another grails portlet and hot deployed, but the portlet showed me some errors and not working says "portlet is temporarily available" . I tried restart server but still only one portlet is running and other is not running . This is the log when deployed...

How to prevent users from deleting a liferay portlet?

I have an IFrame portlet in a liferay page. I want some quick fix to prevent logged in users from deleting that portlet. It can be done via user roles, css, code, or whatever. Is this possible? ...

Is there built-in web analytics tool in Liferay?

Hi, I need to have the statistics of a web site and generate reports. I am using Liferay portal. Is there anything built-in for web analytics in Liferay? if yes, please help how to configure it? Thanks, Dhananjay ...

Liferay ,windows server 2008 + tomcat access issue from public domain?

I am using liferay portal 5.2.3 with tomcat-6.0.18 server and SQL Server 2005 as database and posted on windows server 2008 I can run liferay locally but can not access from public domain so please anybody give me setting or solution what to do? ...

How to implement Friendly URL in Liferay portal

Hi, I have to simplify the URL. I am using liferay portal. URL at present look like this: http://10.11.201.144:8080/web/guest/marketing?p_p_id=EXT_6&amp;p_p_lifecycle=0&amp;p_p_state=normal&amp;p_p_mode=view&amp;p_p_col_id=column-1&amp;p_p_col_count=1&amp;_EXT_6_pageName=aboutus I need to simplify it like: http://10.11.201.144:8080/...

Per instance Liferay portlet parameters

Hi! I have a portlet. Inside of this portlet I have Flex application that displays some stats using charts. Flex recognize what stats it needs to display, by a parameter provided in flashVars. I need to create one page for each kind of stats and so every page must contain before mentioned portlet. My problem is that I can't find a way t...

Problem to display a pdf from my JSF Portlet of Liferay

I use liferay 5.2 with jsf-portlet. From the page I want to press a button to generate one PDF. In managedbean i build pdf and I want to show it in response. In a ByteArrayOutputStream named outputStream i have my pdf built with JasperReport. I write: PortletResponse portletResponse = (PortletResponse)externalCtx.getResponse(); ...