Liferay is an open source JSR 286 compliant portal and social platform, written in Java. It provides fully functional built-in portlets (60+) and also various integration points to seamlessly integrate with other third-party softwares like Alfresco, Sharepoint etc.

learn more… | top users | synonyms

0
votes
0answers
10 views

BRMS Integration with Liferay

I'm trying to integrate a Drools BRMS with Liferay following this Spanish guide. My purpouse it's to use an automatic rules generator (I don't want to code/implement my rules). ...
0
votes
0answers
57 views

The import package cannot be resolved

I have a liferay portlet. I've added some external libraries using maven. In ide no errors, it can recognize, but when deploying with ant , it says no such package and class import pack.SomeClass; ...
0
votes
1answer
13 views

How to download large size .xlsx file in liferay

I was unable to download large excel file in liferay.Can anyone provide reference links.
0
votes
1answer
30 views

Liferay Hook - Get the User IP logging in

I have a Liferay-Hook to ovrride the AuthenticateByEmailAddress(...) method. I want to get the IP address of the user is logging in and limit the access based on it. How can I get the user IP in this ...
1
vote
1answer
21 views

Liferay theme - html5

I am developing a portlet for Liferay (v6.0.5, runs on JBoss). I would like to use HTML5 (canvas to be more specific) in this portlet. How can I find, if the theme I am currently using on the portal ...
0
votes
0answers
20 views

Implementing a custom query in Liferay

In a custom query I am using left outer join to display data from two tables. I need to execute this and call a finder method in jsp. The results of the query should be displayed in the jsp file. In ...
1
vote
1answer
25 views

How does Liferay knows theme is incompatible with it?

I have theme that runs ok on Liferay 6.1 / Tomcat 7. I have tried to migrate this theme to Liferay 6.1 / Tomcat 6. The only change I made was changing web module facet to 2.5 <installed ...
0
votes
1answer
13 views

Liferay EE and SAML Plugin Portlet WAR

I would to follow this Tutorial: Tutorial SAML So, I used Liferay EE (30d trial version). In the tutorial I must to use SAML Plugin Portlet WAR In Marketplace" from the menu on the top of this ...
1
vote
1answer
29 views

Different view.jsp for Frontend and ControlPanel

I have hooked the ImageGallery Liferay Portlet to modify the layout of the gallery. As I'm happy with the result I wanted to add some new pictures in the control panel and than - shock! The same view ...
0
votes
1answer
21 views

I want to search organization and users in liferay's global search

I want to search organization and users in liferay's global search. How to achieve this? I am using liferay OrganizationIndexercust extending BaseIndexer . But am not able to search organization, ...
0
votes
3answers
50 views

Liferay portlet - passing string array from actionRequest to renderPhase

I have a portlet on Liferay portal where I invoke action from a .jsp page. I would like to pass a String array to another .jsp page where this array will be displayed. However, no values are being ...
0
votes
2answers
25 views

Do not allow not logged in user to access a jsp page in Liferay

I have a.jsp in webapps folder of lieray projec. I want to restrict not logged in and not admin users to acces the page. How to do that?
-1
votes
0answers
24 views

How to install Liferay as WAR file? [closed]

Is there any true documentation about how to install Liferay as WAR file? Guides like this ...
0
votes
2answers
49 views

how to use collections in liferay

Hi I am using Liferay SKD for Java and Liferay 6.1(Tomcat). I have created custom database as follows: <entity name="PCustomer" local-service="true" remote-service="false"> <!-- PK ...
1
vote
1answer
35 views

Spring enabled portlet how to get portletcontext

Spring - portlets - liferay I have sample portlet which extends GenericPortlet thats why it has access to portlet context ortletRequestDispatcher dispatcher = request.getPortletSession(). ...
0
votes
0answers
11 views

How do you install Maven artifacts to Liferay tomcat bundle EE?

I have a liferay portal maven bundle containing an build.xml file.How do I build it using ant in order to install the maven artifacts to tomcat liferay bundle and am I supposed to make any other ...
1
vote
3answers
43 views

Two portlets with same database

I am developing Liferay portal and I have one portlet which handles the administrator side of the portal and one the client side. The thing is that the clients cannot see the administrator page ...
0
votes
1answer
29 views

Liferay configuration with many instances

a question about Liferay configuration.. I have found it: If you want to expose multiple websites with different domain names from the same portal installation then you will have to create multiple ...
1
vote
1answer
24 views

Liferay extend session using jquery ajax calls

I want to call the liferay extendSession function inside every success call back. Can i write this at a one place as in overriding the success call back to first call the extendSession function and ...
0
votes
0answers
47 views

Pass parameters from javascript liferay

Using IPC I am calling another portlet My problem is I want to pass the value from hidden field. But if I assign jsp scriplets <%! public String projectid= "300015"; %>` <portlet:param ...
0
votes
1answer
25 views

Alloy UI time format 24 hours Liferay 6

Hi there how to show allow ui date picker for time field using 24 hours format? I'f I'm using [code] <% Calendar dob = CalendarFactoryUtil.getCalendar(); dob.setTime(new ...
2
votes
1answer
46 views

Use spaces into the tab titles with liferay tabs

I'm working with Spring MVC for portlets and liferay tabs. I'm having a problem to put spaces into the tab title. Let's say I want to define something like this inside a JSP: <liferay-ui:tabs ...
0
votes
0answers
30 views

Liferay with PrimeFaces, display image -NOT using Path -

I'm developing a Liferay Portlet, using primeFaces. Several pages will feature DataTable elements, where one of the columns will have an image thumbnail. How can you present an image with PF ...
0
votes
3answers
49 views

Hide part of url

Is there a way to hide part of the url of a certain page? For example instead of www.mypage.com/login&userid=0011/ to show only www.mypage.com/login ? I am developing my webpage with Liferay ...
0
votes
1answer
21 views

Liferay auto assign users to an organization on register

how to auto assign user to an organization when they register to a liferay portal. Thanks and Regards, S.Ponraj
1
vote
1answer
20 views

Liferay concatenate and compress javascript

I am trying to figure out how to achieve compression and minification for all my js files. Currently i have them in a hook plugin under /html/js/mycustomjs/ folder. I understand that liferay has its ...
0
votes
1answer
13 views

Dynamically use Datasource based on groupid Liferay 6.0

how to dynamically used different database based on groupid from logging user? For example is the group name XL I want to use database XLPortlet ,and if user iwth groupname Carto using Database ...
0
votes
3answers
35 views

Can I display my own HTML in Liferay?

I am trying to display my own HTML file inside of a Liferay Portal. Is this possible? If it is, how do I do it? Thanks!
0
votes
0answers
20 views

liferay custom metadata set: file upload where goes the file?

If I choose "file upload" as custom metadata (both mandatory or additional), where does go the new file? i can't neither find it by search (indexing) nor by diretory browse thanks all
0
votes
1answer
15 views

CSS to Liferay theme

I have a css web design and I want to converted in Liferay theme. Is this possible? I am using Liferay 6.1 Ga2 with Tomcat 7 and Liferay SDK for java. Any advice will be appreciated! Thanks in ...
3
votes
2answers
65 views

@transactional rollback not working

Below is what I did, I need to implement rollback, using @transactional annotation, but not working as expected, what else need to be done for proper rollback to happen ?? I want that when the code ...
0
votes
2answers
30 views

Velocity cannot link the CSS file

I am trying to link CSS file in my velocity file but for some reason is not working properly. Any ideas? CSS filename:custom.css velocity file snip code: <html class="#language("lang.dir")" ...
1
vote
2answers
17 views

Liferay control the portlet arrangement when the layout changes

I am using responsive design in my application, and want to know if the portlets placed in the page can be rearranged when the browser resolution changes. Say, suppose i have two portlets in my ...
0
votes
1answer
42 views

Custom navigation menu in Liferay?

I am using Liferay 6 with Tomcat 7 and Liferay SDK for java to develop a custom website which will be handled by one portlet. The thing is that i dont really like the navigation bar in Liferay and I ...
0
votes
1answer
30 views

Liferay - Eclipse alloy tag library error

I am developing a portlet that runs on Liferay portal (I have currently Liferay+Tomcat7 bundle, it will later run on JBoss). I am using Eclipse Helios with Liferay IDE and Liferay SDK. In my .jsp ...
1
vote
1answer
52 views

Disable a row based on condition from database in Liferay Search Container

I have to disable a row that I retrieve from the database using Liferay search container. I have certain conditions stored in the database. What I wish to achieve is this: I am displaying a list of ...
0
votes
0answers
24 views

Configuring Developement set up for liferay 6.1 [closed]

I am new to liferay portal. I want to develop login portlet and use that as my home page when i hit the url:: "//localhost:8080" Please suggest some links for setting up the environment.
0
votes
1answer
20 views

Include new line character in value attribute of Liferay search container

I have the following line of code of search container. I want to include a new line between the two values that I want to display.. <liferay-ui:search-container-column-text name='Employee Name' ...
0
votes
1answer
23 views

Adding portlets to page dynamically in liferay

I have a liferay page where it should have a freeform layout, but the number of portlets is not know before run time. How can i add protlets dynamically and sepcify their location in the page? Thank ...
0
votes
0answers
30 views

How to know Liferay Portal version?

On my Liferay's Server Administration page it writes, that it is Liferay Portal Community Edition 6.2.0 CE (Newton / Build 6200 / January 18, 2012) But version 6.2 is not issued yet and first ...
0
votes
0answers
29 views

Hot deploy Liferay Maven portlet from Intellij Idea to Liferay Tomcat bundled

I'm developing a liferay portlet and I can't stand waiting for Maven to build the .war file and then copy that .war to LifeRay's auto-deploy directory to finally wait (again) till LifeRay finishes ...
1
vote
3answers
39 views

Hide Liferay control panel options form users

I am developing a liferay portlet using liferay6.1 and SDK for Java. When user logs in and they click on control panel they can see all kind of options. Is there a way to hide this options? I am ...
0
votes
0answers
30 views

Move files over SSH with jenkins outside the workspace

I am trying to make a job for a liferay plugin and make it build the war and then transfer it to a remote liferay portal via the Publish over SSH plugin. The workspace for my job is in the SDK ...
-1
votes
0answers
9 views

How to use workflow.xml in spring MVC portlet?

I am new to Liferay n developing a job portlet. I have to use Kaleo-workflow. Plz help me..
0
votes
0answers
20 views

Deploy Liferay Portlet wars via Jenkins?

We are trying to automate the process of deploying the generated war files via Jenkins to web server. I was able to achieve the same for normal war files using Deploy plugin over tomcat server. For ...
1
vote
1answer
29 views

How to deploy Liferay portlets using WAS Administration Console

After deploying Liferay war on WAS 7.0, How to deploy any of the liferay plugins war? I can deploy plugins war in a same way as I deployed Liferay portal war and it also shows that apllication ...
1
vote
1answer
34 views

Liferay portlet development on JBoss AS 6

I am trying to create a new Portlet project (basically a portlet for Liferay) in Eclipse (Helios with Liferay SDK installed). I use JBoss AS 6.10.final and Liferay 6.05. The problem is that ...
0
votes
1answer
20 views

Manage Role users in velocity

I want to manage the users role in my theme velocity template: #set ($foundUser = $cmsuser.getUserByUserId($session.getAttribute("user_id"))) #if($foundUser) #if($cmsuser.isUserRole($foundUser, ...
-1
votes
0answers
13 views

Liferay WebContent-Role [closed]

It's possible to manage the role inside the web content. I want that the user with the role A go in a page B and the user with the role C go in a page D. Can you help me?
0
votes
2answers
34 views

Liferay JSP is redirecting me to a page i dont want to be redirect

I am developing liferay portlet. The portlet is pretty much done but i have big issue with the jsp redirection. Every time a query is successful it redirects not to the jsp i want but to my home jsp ...

1 2 3 4 5 40