Tagged Questions
0
votes
1answer
25 views
Download pdf file from tomcat folder using JSF
Hi I am trying to implement pdf file download functionality by this way .
/* test.xhtml*/
<p:commandButton actionListener="#{backingBean.download}" update=":form"/>
/BackingBean.java/
...
1
vote
1answer
99 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
163 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
112 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
145 views
Redirect to page using JSF PhaseListener
Scenario 1:
If the friendlyURL is '/requestform/servicerequest' and requestProcessorBean.userRequestVO == null then invalidate the session and redirect to '/web/pds/login' page..
Scenario 2:
If the ...
0
votes
0answers
132 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
172 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
77 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
1answer
81 views
Redirection in liferay from beanclass
How to redirect from one page to another page from beanclass using Liferay?
Here is the code:
LiferayFacesContext portletFacesContext = LiferayFacesContext.getInstance();
...
1
vote
1answer
185 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
99 views
How to create liferay-portal-src-6.1.1-ce-ga2 in Eclipse
This might sound a bit silly, but I want to create an Eclipse project for liferay-portal-src-6.1.1-ce-ga2. But I have no idea what type of project should I choose this to be under Eclipse. I actually ...
0
votes
1answer
153 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
276 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
357 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
353 views
How to Redirect in Liferay Portal using JSF
what is the way to redirect to another page inside the portlet in liferay using jsf? I have been trying window.location.href through javascript but it tries to redirect the page not the portal.
0
votes
1answer
139 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 ...
1
vote
2answers
810 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")" ...
0
votes
0answers
195 views
JSF 2.1 OutputLink value causing Null Pointer Exception
Here is my portlet named program.xhtml:
<script type="text/javascript">
jQuery(document).ready(function()
{
var clientId = ...
2
votes
2answers
556 views
Disabling input fields in a form using jQuery
I have recently upgraded to Liferay 6.0, JSF 2.1 and jQuery 1.7.
Here is my html form:
<h:form id="fundRequestForm" action="" method="post">
<!-- Inside this I have various form ...
0
votes
1answer
908 views
JSF 2.1 Redirect to a portlet
I upgraded my liferay to 6.0 and JSF from 1.2 to 2.1. My existing code
((ActionResponse)context.getExternalContext().getResponse()).sendRedirect( redirect );
context.responseComplete();
Here ...
2
votes
2answers
4k 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 ...
0
votes
1answer
242 views
service builder in Liferay 6.0.6portal + 6.1 plugins SDK not working
Hi i am developing Liferay faces portlet in Liferay 6.0.6 portal + 6.1 Plugins SDK environment. I am successfully running the portlet. But when i try to run service builder, it is raising errors.
Can ...
0
votes
1answer
653 views
Not able to navigate to another page on button in jsf portlet
I am trying to develop a jsf portlet(primefaces 3.2)
I have created a jsf portlet in which i am displaying a datatable.Inside my datable there is one button.
Now when i will click on that button a ...
0
votes
3answers
2k views
Integrate Jsf application into Liferay
I am developing a JSF 2.0 (with primefaces 3.2) application, and I want to integrate my JSF application inside Liferay. I am new to Liferay and the requirement is that the application will have ...
1
vote
1answer
440 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 ...
0
votes
1answer
232 views
Set help balloon text (portlet description) in custom Liferay control panel portlet
I have developed a custom Liferay portlet that appears in the control panel. The existing (Liferay-supplied) portlets all include a nice help balloon and help icon in the Portlet title bar. I'm ...
6
votes
2answers
3k 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 ...