0
votes
1answer
23 views

Java spring portlet extends GenericPortlet how to autowire dependencies

I am using java - spring - portlet I want to keep using my portlet as extend to GenericPortlet but i want to use spring dependency injections. Currently i found the work around which is as follows ...
1
vote
3answers
45 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
37 views

Liferay install portlet war from eclipse

Liferay porlets how to install from eclipse with maven. I am following instructions from porlets in action book, i have maven configured eclipse project which i wants to install into liferay portal ...
2
votes
1answer
24 views

Configuring Liferay Service Plugin

I have created a liferay service using the Service Builder framework. This service is used to fetch content from an external source, and once it is deployed, it is available to all portlets. Is there ...
1
vote
1answer
42 views

Method to display list of available portlets in a portlet

Generally liferay has ADD option for displaying available portlets. I want them to appear in a drop-down and that should be in a custom plugin-portlet, so I am searching in API which method is ...
0
votes
2answers
50 views

Liferay: Display Pentaho Report Designer HTML output in portlet

I'd like to integrate the HTML generated by the Pentaho Report Designer .prpt file into a portlet. The problem is that the HTML generated is a complete HTML page with <html>, <head> and ...
0
votes
2answers
66 views

Access values displayed in Search Container in another jsp

I have a jsp where I display some data of some people say employees. The data of each employee is displayed as a row. I have made each row as a link so that when a user clicks on any row which gives ...
0
votes
0answers
23 views

Content is not allowed in trailing section ? error in my portlet.xml

Hi i have this error in my portlet.xml i don't know why? i am working with struts2 and service builder liferay6.0.6
2
votes
0answers
65 views

Liferay on Glassfish. Spring portlet is deployed successfully but not showing up in the Liferay “Add Application” list

I'm using Liferay 6.1.2 on Glassfish 3.2.2. I'm able to deploy Spring portlet successfully (A working and verified portlet on the previous glassfish/liferay build) but it is not showing up in the ...
0
votes
0answers
37 views

Perform workflow transition programmatically in liferay?

I have two transition named "approved" and "reject" at the lastest step of my workflow, but i want to controll the workflow action from my portlet. Anybody know How to Perform workflow transition ...
2
votes
1answer
68 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
1answer
72 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 ...
1
vote
1answer
140 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 ...
3
votes
2answers
159 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
115 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 ...
2
votes
1answer
32 views

Deploying portlet with a liferay on cloudbees

I succed to deploy a liferay 6.1.1 on cloudbees thanks to this tutorial : http://blog.cloudbees.com/2011/09/15-minutes-to-liferay-on-cloudbees-paas.html Now, I'm asking how to deploy themes and ...
2
votes
1answer
43 views

Liferay - Differences between deployed and undeployed versions of the same portlet

I would like to know what are the main differences between a not yet deployed portlet and the same portlet after drop it in Liferay's deploy folder. Using meld utility I found that the deployed ...
2
votes
2answers
189 views

how to access liferay menu from portlet

I define a menu in navigation.vm file which working good in liferay project. But I want to access this menu from my portlet. Is there any way to access menu from portlet entry point or view.jsp???? ...
0
votes
0answers
386 views

How to redirect to particular url from jsp page of liferay on basis of condition if and else?

I have override the login.jsp file of liferay <%-- /** * Copyright (c) 2000-2012 Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it ...
1
vote
2answers
390 views

Getting exception java.sql.BatchUpdateException: Data truncation: Data too long for column 'XXXX'

I have my custom portlet in liferay6 and I am getting exception while inserting long data in database as java.sql.BatchUpdateException: Data truncation: Data too long for column 'XXXX' at row 1 This ...
0
votes
1answer
93 views

Jsp Page Shows some unwanted Charater in browser?

I have Some Problem While Using Custom Portlet In My liferay Dont know But Some How When I deploy my war file to other machines liferay server its shows me one page with some unwated charater while ...
4
votes
3answers
362 views

how to get init param of portlet.xml in liferay?

i am using custom porltet in my liferay portal 6.i have some global variable that i want to use through out my portlet classes so for that i have written that variable in portlet.xml file as follows.. ...
0
votes
0answers
101 views

Unable to see sample portlet created using eclipse IDE

I'm trying to deploy the "sampleMVC" Project test as per the documentation but I keep running into this error: INFO: Deploying web application directory ...
0
votes
2answers
223 views

How to use javascript alert boxes in Liferay Portlet class?

The requirement is to show an alert box from portlet class after saving some data. How can I do this? Can we create PrintWriter object in Portlet class, using actionresponse of processAction() ...
0
votes
0answers
215 views

Jasper Reports Image Servlet in Liferay

I've created a portlet using Liferay CE 6.1 that queries an Oracle Database and displays HTML, PDF and Excel reports from Jasper 4.5. I am trying to get the HTML reports to display images. I have ...
0
votes
0answers
191 views

How to do session management in liferay portlet?

One "Search" button is there in the JSP page. After taking all values for searching, the form is submitting. In processAction(), I am getting all parameters. Using these parameters, in doView() I am ...
0
votes
1answer
1k views

Could not connect to SMTP host: localhost, port: 25?

am using liferay 6 and created one custom class..i want to create mail notification function...I have written following code in my class private void SendEmail(NotificationObject pNotificatonObj, ...
0
votes
1answer
146 views

Viewscoped Managed beans and Portlets

I am creating a portlet where in the view and edit modes apply. I want a situation whereby and update switches the portlet from the edit mode to the view mode. Below is my code snippet ...
0
votes
2answers
247 views

Liferay Primefaces Portlet redirection issue

I am currently creating a primfaces portlet. From my view.xhtml when I am calling Submit method in my bean class. I want to redirect the view base on input. Below is my code snippet of Submit method: ...
1
vote
1answer
229 views

How to preview reports in jsp page withought saving html or pdf file on server?

Following is my function which I am calling in my serveResource method in portletAction public String ajax_GenerateReportsforCampaignAdvertiseDateRangeWithCustomQuery( ResourceRequest ...
0
votes
1answer
80 views

how to delete file from the server after downloading it ?or how can i store the file to client machine directly from output stream?

am using liferay custom portlet and in that am using jasper report now my problem is that how can i download the pdf report directly on the client machine right now am storing the file at server ...
2
votes
1answer
181 views

Can I use Kaleo and other portlets from Liferay 6.1.0. in 6.1.1 version?

Can I use Kaleo and other portlets from Liferay 6.1.0. in 6.1.1 version. I tried putting kaleo into 6.1.1 version's webapps and deploy directory, but nothing happened. Am I required to modify the ...
0
votes
1answer
183 views

Liferay - Cannot access Look and Feel

Using Liferay 6.1 CE GA 2 I have added portlet to page. Recently I have faced the following issue: When I click on Options > Look and Feel I receive "You do not have the roles required to access this ...
0
votes
0answers
57 views

persistent class method not generating in util class class while using custom query in liferay

package emenu.advertise.database.service.persistence; import java.util.ArrayList; import java.util.List; import com.liferay.portal.SystemException; import ...
0
votes
0answers
590 views

How to use custom mysql query from my liferay custom portlet?

I am using Liferay and developing my custom portlet, now I want to use custom query to retrieve some data from multiple table with joins etc. I have googled the things for my problem but can't find ...
0
votes
1answer
811 views

AUI is not defined and Liferay is not defined error in jsp page?

I am using my custom portlet in liferay. but somehow when i run my portlet i m having following error in error console Timestamp: 12/10/2012 12:33:19 PM Error: ReferenceError: AUI is not defined ...
1
vote
1answer
483 views

how to change portlet:renderURL dynamically?

<portlet:renderURL var="reportURL"> <portlet:param name="jspPage" value="/htmlreport/report.html" /> </portlet:renderURL> above is my render portlet url .my question is how can ...
0
votes
1answer
125 views

how to show div content dynamically based on what javascript returns in success function?

$.ajax({ url :addToDo, data: {"rest_name":camp_ID, "f_start_date":f_start_date, "f_end_date":f_end_date, "CMD":camp_ID}, ...
3
votes
1answer
76 views

How to capture the portlet instance removing event from a page in Liferay?

When an instance of my portlet is going to be removed from a page, I want to capture that event to get some preference values from that portlet, and to do something. Is there anything like interfaces ...
0
votes
0answers
129 views

JBoss Development Mode

I recently started to work on a project in JSF portlets liferay, all running under JBoss AS7 I use liferay 6.1.1 which integrates an embedded JBoss and therefore I am obliged on each change in my ...
0
votes
1answer
154 views

Filter files globally in the Documents and Media portlet in Liferay

I have my Liferay organizations set up like this: North America | | | Dept1 Dept2 What I would like to do is allow Dept1 and Dept2 to view any documents posted in North America (as ...
1
vote
0answers
223 views

Liferay 6.1. Is it possible to put cron expression for my job in portal-ext.properties?

I have a cron job <portlet> <portlet-name>scheduled-actions</portlet-name> <scheduler-entry> ...
1
vote
1answer
76 views

How to figure out if there is a portlet on the portal page?

I need to run some cron job for all groups that are organisations depending on the portlet group scope preferences. If I add portlet to the organisation page, set some preferences to portlet and ...
0
votes
1answer
535 views

How to get file name and other requested parameter in to serveResource method with ajax call?

I am using ajax to submit my jsp page data without refreshing the page in liferay custom portlet. I am facing two problems with that: When I am calling Ajax function to resource server method its ...
1
vote
1answer
1k views

How to call specific method of portlet.java class rather then overide serveResource method?

I want some help in liferay with ajax. Right now I am calling the ajax method from my view.jsp page to submit some data. Here is sample code I am using in view.jsp: <%@ include ...
0
votes
1answer
405 views

how to call specific method rather then serveResource method in portlet.java class from ajax call in lfieray portlet? [duplicate]

Possible Duplicate: How to call specific method of portlet.java class rather then overide serveResource method? I have one confusion about calling the ajax method in liferay right now am ...
3
votes
4answers
2k views

How to create a RenderURL during action phase in a portlet?

In the method processAction(ActionRequest request, ActionResponse response), I insert a record into database and get the ID and then I want to redirect to the view page of this record. So I need to ...
0
votes
3answers
2k views

how to get list of selected row or list of selected checkbox from jsp page to action class method of portlet in liferay 6?

I am developing custom portlet and in one of my view page I need some help. Following is my form in which I have check box in every row and each row will be created at run time (dynamically): ...
0
votes
1answer
326 views

how to get priamry key in return after inserting the row in table with liferay custom MVC portlet?

I am developing one custom portlet with mvc in eclipse IDE. Following is my scenario: I have one table name as restaurant and from addrestaurant.jsp page I am adding the data in restaurant table. ...
0
votes
1answer
489 views

how to use custom validation message for html form in liferay6 with custom portlet?

I am using liferay to develop a custom portlet (mvc portlet) my problem is that i have one form in jsp page in HTML and and what i want is to validate some field of the forms.and on submit button its ...

1 2 3