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.
...
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...
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 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.
...
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
...
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!
...
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)?
...
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...
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...
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
...
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...
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.
...
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...
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...
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?
...
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
...
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?
...
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&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&p_p_col_id=column-1&p_p_col_count=1&_EXT_6_pageName=aboutus
I need to simplify it like: http://10.11.201.144:8080/...
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...
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();
...