Liferay is an open source Java portal and social platform. The 6th version was released on June 2010.
0
votes
1answer
57 views
Database gets updated with first entry only in liferay
I amusing liferay.
I display some data in a jsp which comes from different tables from database.
I have a radio button field which the user needs to click and then the update should happen when the ...
-2
votes
2answers
23 views
Error while deploying my application
FATAL ERROR STARTING UP STRUTS-SPRING INTEGRATION ****
Looks like the Spring listener was not configured for your web app!
Nothing will work until WebApplicationContextUtils returns a valid ...
0
votes
1answer
63 views
Change color in inputext by colorpicker
I use liferay 6.1, i want to change text color when colorpicker selected then i tried:
<script type="text/javascript">
AUI().ready('aui-color-picker', function(A) {
var colorText = ...
0
votes
1answer
47 views
Colorpicker doesn't work
i use Liferay 6.1, I created a portlet with code (Link: http://www.liferay.com/community/wiki/-/wiki/Main/Using+Lifery+provided+Color+Picker+in+Own+Portlets)
<script type="text/javascript"> ...
2
votes
1answer
66 views
how to avoid multi login from same browser in liferay?
i am using liferay 6.1 and created my custom portlet
am using liferay login portlet and in that i have some problem while login with the following step..
login with user1
now open diffrent tab with ...
0
votes
0answers
93 views
PrimeFaces Captcha Not working With Liferay 6.1
I am using Primefaces 3.3.1, Liferay 6.1.10 and Weblogic 10.3.5, JSF 2.0.
Here is the code:
captcha.xhtml:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD ...
0
votes
1answer
110 views
Liferay Captcha JSF 2 not working
I am trying to use Liferay Captcha for my project and here is the code:
Here is my code:
CaptchaBean.java:
package com.verisign.pds.sample;
import java.io.Serializable;
import ...
0
votes
0answers
66 views
h:selectOneRadio dosent work at the first request
I am using h:selectOneradio which is used to hide and show the fields. The fuctionality fails when the page is reloaded,when I check the different radio button it dosent get checked but when i do it ...
0
votes
0answers
46 views
How to make liferay supports EL in jsp?
I'm learning liferay and using liferay 6.0.6, I wrote some el to fetch the value of pojo, but nothing was populated. why is that? I tried to add <%@ page isELIgnored="false" %> on the top of jsp ...
0
votes
0answers
38 views
Error in Liferay while running portlet
I am trying to run my liferay portlet. All my portlets run successfully but there are two portlets which when I click give the follwing message in the console:
at ...
0
votes
2answers
82 views
Liferay ckeditor upgrade
I'm working with Liferay version 6.1.20 but sadly in this version the ckeditor 4.0 isn't implemented yet.
Is there a way to manualy upgrade CKEditor? or is it a job that i shouldn't start because ...
0
votes
1answer
58 views
JSF portlet generating different Id for different environment
I am creating a dynamic form which hides/unhides fields based on selection of radio buttons.
I was using normal javascript function as given below which is working fine in my portal environment(the ...
0
votes
1answer
33 views
ICEFaces 1.8 Rendering in different portlets (liferay)
I have two Portlets:
the first contains: datatable A
and the second: datatable B.
The two portlets are shown in the same page.
I want to refresh the datatable A after I click on a command button in ...
0
votes
1answer
41 views
Why any user can edit another user Public page
I created 3 users for testing(user test1, test2, test), but when i logged in by user test1 and access test2's public page, i can edit that page ???
how to config to disable ?
Sorry for my english :)
0
votes
2answers
74 views
Dont run job when it is allready running
i have a job scheduled in Liferay, if for example this job is running every 5 minutes and needs more than 5 minutes to complete, how is it handled in Liferay?
What i have observed is that the job ...
0
votes
0answers
53 views
Full page loads only after a page refresh
I am seeing a strange problem, I don't know if this is due to my browsers or something in liferay.
Problem:
Some pages of https://liferay.com like the Forums, or pages with pagination does not load ...
0
votes
2answers
187 views
upload and display images from database in liferay
I have written code for upload and display of images in java. I am using liferay.
Since to my knowledge liferay service.xml doesnt have Blob I used an alternative way by modifying the ...
0
votes
2answers
125 views
Hibernate error in Liferay
I am using liferay and here are my classes and methods in them:
EmployeeLocalServiceImpl.java
public class EmployeeLocalServiceImpl extends EmployeeLocalServiceBaseImpl {
/*
* NOTE FOR ...
0
votes
1answer
110 views
Name attribute does not get rendered in Liferay Portlet
I am creating a simple Liferay Portlet and I cannot manage to get a name given in an input Box to get rendered. The main Portlet class is:
public class MyHelloWorldPortlet extends GenericPortlet {
...
0
votes
1answer
71 views
Liferay portlet share session between users
I have developed a portlet for Liferay, after this I
add new site
add page
setup portlet to page
I create a new user group and add the group to the site membership, and all users added to this ...
0
votes
2answers
61 views
IllegalArgumentException on creating a Group in Liferay
I am trying to create a new Group in Liferay using the method addGroup of the class GroupLocalServiceUtil. I pass the parameter types according to the docs, however it throws an ...
2
votes
1answer
150 views
How to set up ImageMagick with Liferay?
Following is my addition to portal-ext.properties for setting up ImageMagick with Liferay
I have installed ImageMagick in D drive as mention below :
...
0
votes
2answers
88 views
Can the ResourceLocalService be called remotely via the JSON-WS API?
I'm trying to create a Liferay permissions resource using the JSON-WS API. I haven't found any JSON-WS API registered service methods in http://localhost:8080/api/jsonws for creating Resources.
...
2
votes
1answer
76 views
Can a Liferay permissions resource represent an object outside of portal?
The Liferay Security and Permissions docs define a Resource as:
A generic term for any object represented in the portal. Examples of
resources include portlets (e.g. Message Boards, Calendar, ...
0
votes
1answer
74 views
Adding an action key to existing model permissions
I am trying to add a custom permission,i.e. specific to my custom model built with ServiceBuilder (see extract below from resource-actions/default.xml) . My portlet has already been deployed, and is ...
1
vote
0answers
92 views
How to use Liferay's permission system in other applications?
I'm considering using Liferay's permission system to implement access security in an external Java application (not a portlet). Liferay has robust features for managing users, groups, roles, ...
0
votes
2answers
75 views
Create AssetCategory with AssetCategoryLocalServiceUtil
I am trying to create AssetCategory using the method addCategory of AssetCategoryLocalServiceUtil. However, I am not aware of what I should specify as ServiceContext. Unlike the other add-methods of ...
0
votes
1answer
171 views
Primefaces and Liferay, set theme for the entire portal
I'm developing primefaces portlets on Liferay.
Setting a theme for a portlet seems to be easy. : You include a yourTheme.jar in WebInf/lib, and define :
<context-param>
...
3
votes
1answer
117 views
How can I add extra properties to document metadata field types in Liferay 6.1?
I'm new to Liferay and I have the following situation:
I would like to add extra properties to document metadata field types in Liferay 6.1.20.
For example, I would like to add property 'readonly' ...
1
vote
1answer
165 views
Liferay deployment descriptor (using Tomcat)
I have checked out Liferay portal from SVN trunk, and I have successfuly build Liferay for the first time using
ant clean start deploy
so my Tomcat contains Liferay exploded war under
...
1
vote
1answer
137 views
Liferay hook, jsp does not compile on glassfish
I want to add language selection support on the dockbar in my Liferay 6.1.0 ga1 instance bundled with glassfish, but when compiling(even original files) some errors occurs:
Servlet.service() for ...
5
votes
3answers
847 views
Liferay <portlet:actionURL>
In my jsp I have the following code:
<portlet:actionURL name="addDetails" var="addDetailsURL" />
<aui:form name="addDetails" action="<%=addDetailsURL.toString() %>" method="post" >
...
3
votes
2answers
151 views
How Liferay's portlets name are generated?
In most cases it is necessary to know Liferay portlet's actual name.
Particularly in Liferay's theme I can add "Login portlet" like the following:
$theme.runtime("58", "", ...
0
votes
1answer
71 views
Error: missing ; before statement in javascript
I am applying a javascript, but it fires the error:
**missing ; before statement**
String str = document.location.href;
alert(str);
str.replace( "/blogs/-/blogs", "blogs" );
Your any suggestions ...
0
votes
0answers
99 views
How does one create dynamic workflow definitions with liferay kaleo
For an organisation where there are multiple units and several levels of complex approval processes per unit - is it possible to have a workflow definition file which is dynamic in nature and ...
1
vote
1answer
164 views
Liferay 6.1 with Glassfish 3.1.2: IllegalStateException: Must call associate() before calling activate()
I want to ask what is wrong with my code. I was having problems regarding IllegalStateException in my project. My set up is as follows:
Netbeans 7.2.1 + JSF 2
Liferay 6.1 GA2 bundled with Glassfish ...
0
votes
1answer
47 views
Can't duplicate development environment for LifeRay 6.1.10 EE
I have a fully working development environment for Liferay 6.1.10 EE (using Liferay Development Studio). I already made some new layouts succesfully.
Now I need to copy the database dump from another ...
2
votes
2answers
132 views
Can you explain Service-builder concept?
It's easier to generate tables and default classes with liferay's service builder.
But it is bit difficult for me to understand the hierarchy of classes generated by it.
Also the exact use of each ...
0
votes
0answers
52 views
userid putting in scripted assignment
I am using Liferay 6.1.1 CE.
I've created a kaleo workflow ( by writing a definition in a xml file ).
I have to retrieve the userId from mysql database and use as the approver,
i use ...
0
votes
2answers
98 views
Hows tags work in liferay?
I am new to liferay and am a student. I need to develop a portlet in liferay that allows users to pick tags from the tag pool.
The portlet should look like this wiki-page, take a look at the ...
0
votes
1answer
165 views
How do I make a service method in liferay transactional without service builder
I have a utility service called NotificationService. It follows along the lines of MailService in that the service layer has the NotificationService interface (defining the service), and ...
1
vote
2answers
168 views
Creating a build job for liferay portlet in jenkins
I want to develope a simple liferay portlet, deploy it using maven and build job in CI (Jenkins). But I come to know that Liferay doesn't support Maven and they are still working on it. Can anyone ...
0
votes
1answer
60 views
Edit liferay dockbar jsp page error
I want to customize liferay dockbar view.jsp page and want to add a text(Project Version) which is coming from a bean java file. But the problem is that I got an error when I want to initialize the ...
0
votes
0answers
78 views
Liferay with struts spring hibernate
I am using Liferay 6.2.0 and creating a portlet with Struts2 + spring 3.5 and hibernate 3 framework
Nothing to worry for me.
But whenever I deploy my portlet in Liferay at that time Following error ...
0
votes
1answer
114 views
Sending custom objects across portlets in liferay
I'm having serious issues trying to send share custom objects between portlets in liferay. I have a Hook Plugin, with a servlet filter, which loads an object of Type MyCustomClass and inserts it into ...
0
votes
0answers
43 views
Liferay 6.0 CE Asset Publisher Dynamic Content Selection feature not available
I have installed Liferay CE 6.0 (tomcat bundle) however when i use Asset Publisher to display content, there is no Asset Selection "Manual/ Dynamic" option available. Can anybody suggest how to enable ...
0
votes
2answers
69 views
Setting landing page for different users
I am Using Liferay 6.1CE.
I can able to set my default landing page to a site in control panel.
But in my portal 2 sites are there,two users are there.
For eg: userA is a member of siteA,simularly ...
0
votes
1answer
66 views
Liferay, ServiceBuilder, what's the scope for attributes userId, companyId, userId
Although I've developed some services with Liferay ServiceBuilder, I'm not quite sure I understand the point of using the attributes:
userId
companyId
groupId
Note that these attributes are ...
1
vote
1answer
94 views
Ldap Integration with Liferay
I am Using Liferay 6.1CE.
I can able to connect ldap server to my portal. Users are get imported, also authentication is done.
But when i add a user in AD,it will not imported to portal by the ...
1
vote
1answer
88 views
Can <aui:input> be used for double values?
I have been driving myself crazy trying to use the AUI taglib to input fields for a service builder object. I am using the Liferay MVC environment. The field downPayment is defined as a double in ...




