0
votes
0answers
37 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
1answer
55 views

Is there a trick to using d3 charts in jsf?

I am using Prime Faces in Liferay, What is the trick to getting the D3 examples to show up in jsf land specifically Prime Faces on Liferay. The example I am trying to make work in JSF is this one: ...
0
votes
0answers
79 views

Primefaces <p:ajax update=“@all” /> doesn't work

I've got a problem with using p:ajax update atribute element. When I use in my code <p:ajax update="@all" /> then I am getting javax.el.PropertyNotFoundException. When I use <f:ajax ...
0
votes
1answer
80 views

Add profile image to liferay user using jsf+primefaces component

I am trying add profile image to liferay user using jsf portlet with primefaces p:fileUpload component. Now as we know to add profile image to user we use ...
0
votes
1answer
56 views

Create shoutbox(chat room) in liferay

I would like to create a shoutbox(or chat room) to my community, so any solution for that ? Demo image: Thank in advance :)
0
votes
0answers
97 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
61 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
175 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> ...
1
vote
1answer
177 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 ...
1
vote
0answers
93 views

IceFaces and PrimeFaces portlets on the same Liferay page

I have portlets written on IceFaces 1.8.2. Since I found PrimeFaces better I decided to write my new portlet with JSF2 and PrimeFaces 3.5. Separately everything is working. But when I'm trying to put ...
1
vote
1answer
172 views

Liferay-Primefaces ajax cast exception

I am trying to create working maven liferay-faces portlet archetype using primefaces 3.5. I downloaded basic maven web project arch and created the liferay-faces portlet arch. All dependencies for the ...
0
votes
1answer
106 views

Error while deploying a primefaces portlet in Liferay 6.2

I try to deploy in Liferay 6.2 CE M2 a primefaces portlet that have been created for Liferay 6.1 I always get the following error Caused by: javax.servlet.jsp.JspException: ServletException in ...
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: ...
0
votes
0answers
312 views

Display image from DefaultStreamedContent not working primeface

I am working with primeface file upload component. I want to display the image immediately after the image is uploaded. But it is not showing. I am using liferay portal. <h:form id="form2"> ...
0
votes
1answer
126 views

javax.faces.FacesException: <f:ajax> contains an unknown id - cannot locate it in the context of the component

I am developing the primefaces portlet in liferay. I am getting following error: <f:ajax> contains an unknown id 'firstNameField' - cannot locate it in the context of the component firstName ...
1
vote
2answers
786 views

Primefaces 3.3.1 and JSF 2.0

I am using Primefaces 3.3.1, JSF 2.0 and Liferay 6.0 in my app. I have my JS files included in the portal_normal.vm as follows portal_normal.vm <html class="#language("lang.dir")" ...
2
votes
2answers
3k views

Navigate to another page on rowselect of datatable in primefaces

I have a primefaces datatable where number of recodrds are displaying. No I want navigate to another page on the rowSelect event (to edit the selected entity for example). The closest sample/demo I ...
1
vote
1answer
427 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 ...