Liferay is an open source Java portal and social platform. The 6th version was released on June 2010.
5
votes
2answers
876 views
Programmatically get the url of a page in liferay
I want to create a link in a portlet so that I can navigate to a different page in the liferay portal. I order to do that I am looking for an API (can be liferay specific) that given a page name, ...
4
votes
2answers
149 views
How to submit form using Ajax request in Liferay?
I am newbie in liferay portal. I have developed one portlet in liferay for demo. I used inter portlet communication in this example. What i am doing is:- I have one search portlet in which i am ...
3
votes
2answers
82 views
Private, members only site for Liferay 6.1
How can one create a private portal site in Liferay 6.1 where only valid logged in users are allowed access to all portions of the portal?
Liferay 6.1 seems to have the concept of a system site which ...
3
votes
2answers
969 views
Liferay Portlet and JSF : Redirect during Render Phase
I have a problem to implement a simple HTTP redirection.
I use Liferay 6.0.6, our portlets are build with JSF2.0 / PortletFaces.
I want to call a redirection when a view is loaded (and not when an ...
3
votes
1answer
572 views
How to replace a function on a Liferay native portlet
I am making a change to a native Liferay portlet, that comes with Liferay Intallation. How can I change a function to my own implementation by a hook or similar approach?
I have read how to make pre ...
3
votes
3answers
331 views
Can multiple pages share the same instance of a portlet in Liferay?
For a website powered by Liferay EE 6.0 SP1, there will be cases where some pages will need to "share" the same instance of certain portlets, but other pages will have their own instances.
For ...
3
votes
2answers
593 views
Liferay ant deploy failure
I have been having trouble deploying liferay portlets and themes from the command line with ant deploy;
sample execution:
pwd: C:\liferay-plugins-sdk\themes
create.bat deep-blue "Deep Blue"
cd ...
3
votes
1answer
2k views
How to add file with additional properties into Liferay's Document Library
I'm trying to figure this out, I was asking this question in Liferay's forum here - the last entry.
And only thing I'm able to come up with is creating an Expando for FileEntry, which seems very ...
2
votes
2answers
74 views
Web content display all files in document library
I'm trying to use a Web content Display to show all the files in a particular folder of document library.
I would like to keep customize the choice of the folder.
Do you know if exist a dynamic ...
2
votes
1answer
123 views
Is it possible to integrate Glassfish support into Liferay IDE yet?
I am looking for a bit of Liferay/Glassfish assistance here.
I am currently using a Liferay 6.0.6 portal running on Glassfish 3.0.1 and developing in Eclipse 3.7 (Indigo). I have downloaded the ...
2
votes
1answer
76 views
How should main.js and main.css be used in the skeleton portlet project generated by the Liferay 6.0.6 plugin SDK?
I'm reluctant to put portlet-specific JS or CSS in them unless <portlet:namespace /> works in them as well. Is it good practice to just hope that the function/variable names or class names I ...
2
votes
1answer
263 views
Why does Liferay 6.0.6 include the portlet action parameter in the post-render URL?
If I submit to the URL produced by:
<portlet:actionURL name="myAction" />
I end up with the something like the ff. URL in the browser after the render phase:
...
2
votes
2answers
122 views
How to set an organization's public home page as startpage of your liferay portal
Once you deployed liferay, how do you change the default home url? Standard is that it forwards to the guest community, but I would like to change that url to an organization's public page home-url.
2
votes
1answer
181 views
How to add nested portlets(liferay) through code
We have something called nested portlets in liferay. I want to add this portlet dynamically through code. Does anyone know the code for adding nested portlets, and add other portlets inside it?
...
2
votes
1answer
462 views
Liferay 6 - How to set up custom layout as default?
I'm working on a Liferay 6 project, and part of the project is to create a new layout template to be used for the entire site as the default. Liferay's own wiki is very sparse on documentation about ...
2
votes
1answer
308 views
How to add custom meta tag in Liferay generated page
I need do put different META tags in different Liferay generated pages.
Example
<!-- Page1 -->
<META name="test1" content="content1" />
<!-- Page2 -->
<META name="test2" ...
2
votes
2answers
283 views
Liferay - filtering and refining contents based on checkboxes?
Displaying content’s based on category and tags criteria works well but how should we get results by filtering and refining results based on checkbox(es) selected? This is what I want to achieve – the ...
2
votes
3answers
850 views
Liferay 6 Using Common Service Builder layer Error - BeanLocatorException - BeanLocator has not been set
We are trying to use liferay service builder as a common layer for all our portlets. We have created a separate common portlet project where we are building the service using service.xml This ...
2
votes
2answers
344 views
Structuring a large Liferay portlet project
We are starting some work on a large a portlet development work using Liferay and I am finding it difficult to structure this project in terms of various portlets we are creating. We are not sure ...
2
votes
4answers
540 views
Delete a liferay portal instance
Is there any way to delete a portal instance created in liferay 6??
2
votes
1answer
658 views
Comparison of using Alfresco and Jackrabbit CMS on Liferay portal
I'd like to know your thoughts about using these two CMS on Liferay. I know, that jackrabbit is rather a framework and reference JCR implementation. I'm more interested in the situation, when you have ...
1
vote
1answer
28 views
Can I package multiple Liferay portlets and a themes in a WAR file?
I can easily create Liferay portlets and themes individually using the Liferay plugin SDK. I have managed to combine multiple portlets into one WAR file which has been pretty convenient for deployment ...
1
vote
1answer
18 views
How to move selected Structures, Templates and articles from one liferay instance to another instance?
I have 2 separate Liferay Instances, say Instance A which I was running from past 1 year, it has lot of articles, templates and structures, there are 3 different portals running on this same instance.
...
1
vote
0answers
16 views
No portlet plugins were found on Liferay plugin repository
I want to install Liferay plugins from the pository, but the system says that No portlet plugins were found
Did the official not support this style of installing plugins any more?
1
vote
0answers
32 views
Assign 'Manage Announcements' Permission for Guest Community to a Role - Liferay
I'm using Liferay 6.0.6 Portal.
How do I assign 'Manage Announcements' Permission for Guest Community to a particular Role?
All the users in that role should be able to add Announcements which are ...
1
vote
2answers
67 views
Is it possible for me to instantiate the Journal Article object and set each property without constuctor?
When I do this it doesn't compile when I run build.xml and deploy,
I want to do this as it looks much nicer than a huge method call with JournalArticleLocalServiceUtil.addArticle.
JournalArticle ...
1
vote
1answer
155 views
Liferay 6: How to custom display Portals On Successful login
I am using Liferay 6 for development .
I have developed a Custom Login Portlet using Struts2 .
I am able to display my Custom Login page , On click of the Submit Button after validating the ...
1
vote
1answer
234 views
Serve PDF in Spring Portlet MVC Architecture - Liferay 6.0.6
I was looking for a way to send a PDF (direct display) file to the browser through Liferay Portal. Found many solutions - the most popular one being writing a Servlet that does the job. I've read ...
1
vote
3answers
110 views
How to reduce deployment time with Liferay Tomcat
I am using Liferay 6 with the combination of Struts2.
I am using Liferay Bundled Tomcat 7.
Its working fine .
My question , whenever a change in the resource (portlet.xml or a java file ) and when i ...
1
vote
1answer
118 views
How can I install new liferay-ui:message keys for my portlet to use in Liferay 6.0.6?
I have the ff. in my JSP:
<liferay-ui:message key="my-own-message-key" />
But when the JSP is rendered, I see "my-own-message-key" where I expect "My own message key." I have already tried ...
1
vote
1answer
44 views
Recently assigned variable loses its value in the next line
I am creating a Liferay portlet in Liferay Developer Studio (which is Eclipse) and found a very, very strange behavior.
In one JSP, every time some specific variable is set, its variable has its ...
1
vote
0answers
78 views
Liferay 6 create 'Add Page' link outside of dockbar
Is it possible to replicate the 'add page' link outside of the dockbar?
It is possible to replicate the 'add application', 'control panel', 'toggle controls' and 'page layout' links outside of the ...
1
vote
0answers
90 views
Changes to init_custom.vm not showing up
I'm building a new Liferay theme am and being crushed by this problem.
When I make changes to the init_custom.vm, the only possible way for me to see the changes is to restart Tomcat. When I make ...
1
vote
3answers
111 views
How to parametrize portlets on the fly?
Portlets have so called EDIT mode, ant this is the way we can parametrize them.
My question is - what it the best way to parametrize portlet exactly at the moment it loaded, programmatically.
So, I ...
1
vote
2answers
341 views
Liferay: LDAP Authentication not working
LDAP Authentication has been enabled.
Test LDAP Connection returns successful.
Test LDAP Users returns with a list of users.
Test LDAP Groups is successful as well.
I sign out of Test@Liferay.com and ...
1
vote
1answer
163 views
Force portlet render from other port let in Liferay 6.0.6
Is there any way I can force the render of a port let in Liferay?
I'm using Liferay 6.0.6 and I want to set a value into a session variable and force other port let to render to be able to update ...
1
vote
2answers
255 views
Cannot send email from Liferay Web Forms
I am using Liferay Web Forms for email sending purposes.
Done so far:
Setup the form title and description.
Altered the input field names.
Ticked the "Send Email" functionality, set up mail title ...
1
vote
1answer
121 views
How do I find the order in which javascript files are concatenated in Liferay?
So, in Liferay we have a ROOT/html/js folder with all core javascript. Can somebody explain me exact mechanism of creating concatenated js-file. What is the difference between barebone.jsp and ...
1
vote
3answers
418 views
Liferay: customize CKEditor
I try to customize shortcuts keys in Liferay 6, in the CKEditor.
I made a hook, and added this to the file html/js/editor/ckeditor/ckconfig.jsp:
CKEDITOR.config.keystrokes = [
[ CKEDITOR.ALT + ...
1
vote
1answer
245 views
Dynamic content using Asset Publisher and tags
I'm pretty sure this can be done, but am finding little documentation on how to do it correctly.
I have several Web Content pieces that I've associated with tags. I'd like to add an Asset Publisher ...
1
vote
1answer
239 views
liferay running slow
I have installed Liferay-Tomcat 6.0.6 on one of my Linux machine having 4GB of RAM and it uses MySQL installed on a different machine.
The liferay runs really slow even for 10 concurrent users.
I ...
1
vote
1answer
231 views
Liferay 6.0.5 - hide IGFolders from owner on private/public layout of his private community
We need to create hidden "system" subfolders in every IGFolder an normal user creates.
The image gallery portlet resides mainly on the private community layouts of all normal users. The portlets and ...
1
vote
3answers
208 views
Linking to a Page that “contains” a specific Web Content Article in Liferay 6
I'm building a Portlet for a site powered by Liferay EE 6.0 SP1 that will suggest related or otherwise interesting content depending on what the user is currently looking at.
For example, suppose the ...
1
vote
1answer
270 views
Removing portlets on Liferay [closed]
I would like to deactivate or, rather, just undeploy most of Liferay's default portlets. I know I can deactivate the portlets through the Liferay control panel one by one or adding a false for each ...
1
vote
2answers
876 views
Getting all users with a Role in Liferay
I'm new to Liferay development in general, so feel free to point out if I'm going about stuff totally the wrong way.
I'm trying to get a DynamicQuery object of all users within a certain group (I'll ...
1
vote
4answers
154 views
What is the proper way to create hierarchical structure of portal in Liferay
Whats the best approach to create a hierarchy of portal?
lets make "Computer" as an example.
"Computer" would be the Parent of all portals. Computer will be having a sub-portal/child like "Laptop", ...
1
vote
1answer
269 views
How to use the Liferay “comments framework”?
I'm trying to use the built-in comments functionality within a JSF 2.0/ICEfaces portlet application (the application is running fine already). Unfortunately there seems to be no detailed documentation ...
1
vote
2answers
834 views
log4j with liferay and tomcat
I have a Liferay setup on the Tomcat6. I used Log4j initially for portlets/webapps by adding log4j.properties file in the classes folder and log4j.jar file in the web-inf/lib.
Now we have few quartz ...
1
vote
1answer
315 views
communication between GWT application and LifeRay portal
I'm developing a GWT application which will be linked with LifeRay portal just as a link. What I want to get from LifeRay is a user and roles management (from LifeRay) so user logged in LifeRay and ...
0
votes
0answers
10 views
Accessing ancestor class functionality in MyEntity_LocalServiceImpl in Liferay's Builder pattern?
Liferay Builder creates a couple of classes to access database entities. Programmer is intended to change some if this classes to produce custom functionality. For example to change functionality of ...