PrimeFaces is a JSF component library. It was one of the first which supports JSF 2.0 from top to bottom. It ships with a large set of rich components which utilizes jQuery and YUI libraries under the covers. It supports the CSS ThemeRoller framework. There is also a specific set of rich components ...
23
votes
1answer
1k views
How to place markers on google map
I use the google map tool from primefaces.
I want my user to be able to place just one marker on a map.
The values of the coordinates should be stored in a managed bean variables.
How can i do that?
...
11
votes
4answers
3k views
Trouble with Primefaces 3.0.M2 SelectOneMenu Ajax behavior
I am having trouble with implementing two SelectOneMenu controls, where data in the second one depends on the selection made in the first. This example on the primeFaces showcase is almost the same as ...
11
votes
5answers
6k views
JQuery Conflicts with Primefaces?
I have included JQuery1.5 in the header of a JSF page. In that page there is a bunch of Primefaces components already coded. After I have included the Jquery.js in the header of the page, some ...
11
votes
10answers
15k views
RichFaces Vs PrimeFaces
I am using JSF 2.0 and I am looking for a copmponent library with minimal load in terms of performance. Which one is better to use if I have choice between RichFaces and PrimeFaces? What are the ...
10
votes
3answers
10k views
How can I pass a parameter to a commandLink inside a datatable?
I'm using Primefaces in a JSF 2 application. I have a <p:dataTable>, and instead of selecting rows, I want the user to be able to directly execute various actions on individual rows. For that, I ...
8
votes
1answer
966 views
IllegalStateException: Cannot create a session after the response has been committed
I'm catching the following exception in a very simple jsf2 page:
java.lang.IllegalStateException: Cannot create a session after the response has been committed
at ...
8
votes
1answer
1k views
How can I populate a text field using primefaces ajax after validation errors occur?
I have a form in a view which performs ajax partial processing for autocompletion and gmap localization. My backing bean instantiates an entity object "Address" and is to this object that the form's ...
6
votes
3answers
1k views
Passing parameters to PrimeFaces Star Rating component?
I'm trying to make use of the Star Rating component from PrimeFaces. However, it does not allow you to pass in parameters. That makes it impossible for me to do a lookup to get the entity from the ...
6
votes
3answers
11k views
PrimeFaces commandButton doesn't navigate or update
I'am using Primefaces to make my app a little bit more beautiful. I noticed that p:commandButton and h:commandButton don't work the same way.
The p:commandButton calls the method and nothing else ...
5
votes
2answers
2k views
JSF dynamic include using Ajax request
In JSF2, is it possible to change the of value of src of ui:include dynamically using Ajax request (like for example PrimeFaces p:commandButton)?
Thank you.
<h:form>
...
5
votes
2answers
2k views
selectonemenu inside table in jsf2
I have a table with 2 selectOneMenu components.
I would like that once a record was chosen in the first selectOneMenu component it will update the other selectOneMenu with Ajax in the same row.
My ...
5
votes
5answers
5k views
Primefaces FileUpload event not firing - JSF 2.0
I have posted my question on the Primefaces forum but no one has responded so I figured I would try here.
I have been attempting to get fileUpload to work for some time now. I am currently running ...
4
votes
3answers
169 views
Primefaces dialog background opacity doubles when action fails in dialog
I have a page modal dialog that gets rendered if a user clicks an edit button. The dialog asks for the username and password and has a submit button. If the username and password do not validate, an ...
4
votes
1answer
2k views
PrimeFaces 3.0 - How to set width of a <p:column> in a <p:dataTable>
I'm using PrimeFaces 3.0-M3 and I have a <p:dataTable> with two columns in it. I want the first column to be fixed at a width of 20px. The other column can use whatever space is left over.
Here ...
4
votes
4answers
555 views
Efficient JSF Pagination
Whats the most efficient way of doing pagination in JSF 2.0 app?
I use Primefaces datatable and it is intelligent enough to perform
pagination by itself with no coding at all.
<p:dataTable ...
4
votes
2answers
496 views
How to enable javadoc for primefaces elements?
I started using primefaces a few months ago, and I couldn'd find out a way to enable javadoc for primefaces. Now I want to know if there's really a way to do that and how to do ?
Thanks in advance,
...
4
votes
1answer
554 views
How to convert PrimeFaces p:dataTable to standard h:dataTable (without skin) and then print it
I want to print a <p:dataTable>, so I use <p:printer>, but I want to skip printing the skin and make it look like a <h:dataTable>. How can I do this?
Also, is it possible to change ...
4
votes
4answers
709 views
How to make reusable component in JSF?
I would like to have a reusable ui component which is tied to the model.
For example :
I have a selectonemenu that is chained to another selectonemenu (like department -> sub-department)
Would like ...
4
votes
1answer
1k views
JSF 2 : Ajax errors not displayed
Im currently trying out the ajax feature, and im curious about how can i display the error messages occured when i do the ajax stuff ?
For example, i have a primefaces button :
<p:commandButton ...
4
votes
3answers
2k views
How do I conditionally render an <f:facet>?
I would like to be able to conditionally omit a footer from a PrimeFaces panel element:
<p:panel header="some text">
<f:facet name="footer">
#{message}
</f:facet>
...
4
votes
2answers
401 views
Is there a way to not sending a whole web form when click a button?
I will try to be as brief as possible, please stay with me here
"A.jsf" -> managed bean : bean
"#{bean.list}": will take us to B.jsf
<p:growl id="msgs" showDetail="true"/>
...
4
votes
1answer
1k views
Removing JSF messages from the flash
I have one page that does something and when the user clicks a button, the user is redirected to another page and a message is displayed. Here is my code:
public String confirm() {
FacesContext ...
4
votes
2answers
478 views
ActiveMQ messagedriven bean to JSF
I am currently reading from ActiveMQ with a Message driven bean (EJB3) in the back end. The problem I am facing is that I have to update a table in my JSF page as soon as I receive the message from ...
4
votes
1answer
1k views
@ViewScoped Managed bean loads many times during postback
I have a calendar, editor, fileUpload and a dataTable primefaces controls on a jsf facelet.
Code is as follows,
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE composition PUBLIC ...
3
votes
2answers
46 views
How to process prettyfaces 'query-param' in backing bean?
I have a list of users(dataTable with a link on userId that points to /user/view/{userId}). On clicking this userId link, the browser is redirected to the 'view' page as expected.
I have a page that ...
3
votes
2answers
434 views
How to use PrimeFaces p:fileUpload? Listener method is never invoked
I'm trying to upload a file using PrimeFaces, but the fileUploadListener method isn't being invoked after the upload finishes.
Here is the view:
<h:form>
<p:fileUpload ...
3
votes
1answer
128 views
Firefox retain the content of an array inside JSF-Viewscoped-Managed-Bean even after refresh the page
This odd behavior only happen in Firefox (specifically Firefox 8). So I have a dataTable that I can do multiple selection. A submit button, that will display a list of selected items to a dataList and ...
3
votes
1answer
228 views
How to disable development stage messages?
I like to know if it is posible disable the error messages that appear at the bottom of the page when I have some JSF syntax error:
<ul title="Project Stage[Development]: Unhandled Messages"
...
3
votes
2answers
250 views
primefaces keyup event delay
I have something like:
<p:inputText...>
<p:ajax event="keyup" update="somefield" listener="#{someBean.doSomething}"/>
</p:inputText>
But I don't want to do an Ajax request on ...
3
votes
2answers
457 views
JSF/PrimeFaces selectOneMenu change view-id
I'm using JSF2 and PrimeFaces3. How can I write selectOneMenu that would invoke JSF navigation to redirect user to another page when he change option in menu?
3
votes
1answer
383 views
Adding Primefaces components dynamically
I want to add Primefaces components dynamically. I'm using solution similar to this one, which was discussed there earlier:
<h:form>
<h:panelGrid columns="2">
<p:dataGrid ...
3
votes
1answer
190 views
java.lang.NullPointerException at java.io.PrintWriter.write
While running an application with PrimeFaces' <p:wizard> component, I am getting following error:
java.lang.NullPointerException
at java.io.PrintWriter.write(PrintWriter.java:473)
at ...
3
votes
1answer
150 views
How to persist JSF view parameters through validation
I am using JSF 2.0/CDI and PrimeFaces 2.2.1 for a number of CRUD forms that let the user view or update the attributes of an existing entity by clicking on a link in a datatable, where the identifier ...
3
votes
1answer
1k views
PrimeFaces commandButton doesn't call action if ajax enabled
Here's my page:
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:cpanel="http://java.sun.com/jsf/composite/components/cpanel"
...
3
votes
1answer
341 views
How to use PrimeFaces Captcha?
I went through the user guide and the showcase but couldn't find a way to get the Captcha evaluation result in the backing bean. I can see the result on the top message bar on the UI but how to get ...
3
votes
1answer
413 views
Cannot update a componet from p:commandLink 'update' attribute,the Link is persent in p:dataTable
<p:dataTable id="id"
value="#{bean.soemList}" var="account">
<p:commandLink value="#{account.id}"
...
3
votes
2answers
425 views
setPropertyActionListener on commandLink inside ui:repeat with a composite component
I've created a composite component that has a commandLink embedded inside of a ui:repeat. I need to be able to dynamically change the method that is called via the commandLink's action property but ...
3
votes
1answer
129 views
UI formatting messed up on IE when using IP address instead of localhost
I have an application developed using Primefaces 2.2.1 and JSF 2.0, deployed on Glassfish 3.1 local machine.
Problem is that when I access the application using http://localhost:8080/MyApp, the UI ...
3
votes
2answers
609 views
primefaces update <head> content of a page
I have a page Create.xhtml that contains
<p:calendar .... />
In another page List.xhtml, that NOT CONTAINS ANY <p:calendar/>,
with a Primefaces Ajax command (so WITHOUT ANY page ...
3
votes
1answer
426 views
JSF2 with GAE and ViewScoped ManagedBean
I managed to get a prototype with JSF2 get working at Googles AppEngine following this tutorial. Now I have some odd behavior with a ViewScoped ManagedBean:
@ManagedBean @ViewScoped
public class ...
3
votes
1answer
155 views
Is there any JSF or Primefaces Photo tagger component?
Is there any built-in component for facebook like photo-tagging in JSF(Preferably in Primefaces). Or will it be in near future? I have googled a lot but found nothing -- I found a lot of jQuery photo ...
3
votes
1answer
315 views
How to validate the maximum amount of checked values of a selectManyCheckbox based on the current selection of a selectOneMenu?
I am using JSF 2.0 and PrimeFaces. I have a selectOneMenu and a selectManyCheckbox. I want to achieve this scenario:
When an user chooses:
option1(PieChart), then the user is allowed to check max ...
3
votes
1answer
1k views
p:commandButton ajax not called inside p:dataList
Primefaces 2.2.1
Mojarra 2.1.2
I have a sophisticated method in my jsf bean :
public void saySomething() {
log.debug("SAY SOMETHING !");
}
And a simple button in the jsf :
<p:commandButton
...
3
votes
2answers
3k views
PrimeFaces 3.0 - <p:dataTable> headers do not line up with using scrollable=“true”
I have a JSF 2 webapp that is using PrimeFaces 3.0 components. On one page, I'm using the <p:dataTable> component inside a composite component to display a table of objects. I've had success ...
3
votes
3answers
1k views
Primefaces dialog with modal=true not working properly
I am unable to achieve a (primefaces)dialog box with attribute modal=true. It works correctly with modal=false, but when I try to set modal=true, even the dialog box overlay becomes inactive.
How can ...
3
votes
2answers
850 views
Primefaces Conditionally Expand LayoutUnit
I'm using the primefaces layout component and have a center and a right layoutUnit. I would like to have a link/button in the center layout that expands the right layoutUnit as I default the right ...
3
votes
1answer
659 views
How to customize the look & feel of primefaces components?
How do I style a primefaces components & specify their positions on web pages ? Links to any sample downloadable application would be highly appreciated.
3
votes
2answers
2k views
How to redirect from a ManagedBean for when the request sent is an Ajax request?
I am using PrimeFaces with JSF2. I am trying to authenticate user by sending login and password as an Ajax request. And in the action method of the backing bean, I am trying to validate user and ...
3
votes
1answer
2k views
Need help to display an icon image in a command button
Just a basic need but cannot get it to work.
I would like to have a primefaces button to display my image, without any text.
But what i get is a button that contains only a ^ character and does NOT ...
3
votes
4answers
495 views
Why my jQuery selector can't find my element by id?
I have a code with a simple jQuery selector usage:
$("label").each(function () {
var target = $("#" + $(this).attr("for"));
});
I'm using PrimeFaces, so the HTML looks like:
<label ...