PrimeFaces is a JSF component library that ships with a large set of rich components which utilizes jQuery and jQuery UI under the covers. It supports the jQuery UI ThemeRoller CSS framework. There is also a specific set of rich components for mobile devices.
-1
votes
2answers
40 views
ArrayIndexOutOfBoundsException when handling array on view
actualy my question is how to display a collection in my view :
ex:
<h:outputText value="#{item.machineCollection.get(0).id != null ? item.machineCollection.get(0).id : ''}"/>
even after ...
0
votes
0answers
18 views
How to open primefaces dialog with faces-navigation and ui:composition
JSF 2.0 / PrimeFaces 3.5 / Eclipse Juno /
I have the following structure :
Xhtml template with tags html,head,body.
Inside de body tag I have ui:insert name=conteudo
So I call the first.xhtml ...
0
votes
0answers
13 views
not serializable exception :primefaces datatable
While running the primefaces application in clustered environment. I have encountered a not serializable exception for datatable.
Below is exception trace:
ExecuteThread: '5' for queue: ...
1
vote
1answer
19 views
Primefaces row edit listener wont work
I use Primefaces 3.5.jar and Hibernate.
I have problem with datatable row edit listener. When i debug project i can enter in onCancel method but onEdit never start. My XHTML code:
<f:facet ...
1
vote
1answer
29 views
How to get total Tab count of Tabview
I have a dynamic Primefaces Tabview. How can i find total visible tab count? I have tabs with rendered property which binded to some variables. I want to get total rendered tab count.
<p:tab ...
0
votes
1answer
26 views
Issue <p:ajax> with Dynamic Columns
I am using primefaces 3.5 . I am trying to use <p:ajax> with dynamic columns.
<p:ajax> does not fire the action I expect. My code is given below
<p:datatable id = "table">
...
0
votes
1answer
19 views
Getting the value of Primefaces' p:editor when onchange is called
I have a component.
I want to be notified whenever its value is changed. Then I need to check the new value to decide if it's empty (hence, I'll disable the submit button) or not.
The former can be ...
0
votes
0answers
23 views
jsf form exception in primefaces form
i'm using jsf web application using primefaces, i've implemented sample form using primefaces in xhtml page and i've created one bean class.
when i compile it i'm getting this exception
SEVERE: An ...
0
votes
2answers
30 views
How to create chrome like tabs with primefaces
There are buttons like chrome-firefox bookmarks(say "google","facebook","twitter"). What I want to do is when user clicks a button, its related tab will open. For example if user clicks google button, ...
-2
votes
0answers
29 views
jsf primefaces ui not working
From view page source code using chrome
<html xmlns="http://www.w3.org/1999/xhtml"><head><link rel="stylesheet" media="screen" type="text/css" ...
-1
votes
0answers
29 views
JSF PrimeFaces view display not working
I'm developing a web application using JSF PrimeFaces. I'm using facelets for the common layout view. I referred the JSF PrimeFaces site and I've created an xhtml page for the layout and the file is:
...
-3
votes
0answers
23 views
jsf web application console error
im developing web application using jsf 2.0 with primefaces using jpa. i've configured some facelet coding in xhtml pages and tried to run the server but it shows some exception in my console is...
...
0
votes
1answer
37 views
Two <p:confirmDialog> in one xhtml
I have two in one xhtml. But both of them are not working properly.
When I click the Save button, the confirmDialog of the Import button came up.
When I click the Import button, nothing came up.
Is ...
-1
votes
2answers
54 views
How to put a p:commandButton inside a p:panel footer
I want to put a primefaces commandButton inside a panel footer but it seems that primefaces panel footers take only text, i want to do something like that :
<p:panel id="JunglePanel" ...
0
votes
0answers
46 views
Edit/update a row in a dataTable with a drop box in Primefaces
I have a dataTable using Primefaces 3.5 as shown below.
Now I'm editing the second row with the id 43 as shown in the following image.
When I click the tick (the right most column), the row is ...
1
vote
0answers
36 views
Update primefaces growl from inside ui:component
I have a page where the form contains a primefaces growl, and when adding message, and updating works very well, shows up and then dissappears as I wanted.
I added templating to some of my pages and ...
-2
votes
0answers
19 views
JSF tiles template error
I am developing a web application using JSF primefaces jpa. i want to use tiles for jsf,for sample I've seen some examples i.e., adding template tag in the taglib URI for example
<ui:composition ...
1
vote
0answers
16 views
can jsf/primefaces application be hosted out of AWS
Is it possible to use AWS services to host an application build in following technologies
jsf2/primefaces3
tomcat 6
mysql 5
Apart from these I need email services, blog etc a conventional java ...
0
votes
0answers
22 views
primefaces creating a dynamic dashboard
Following the example at http://www.wobblycogs.co.uk/index.php/computing/jee/49-dynamic-dashboard-with-primefaces im trying to create a dynamic dashboard.
Copying the code works 100% perfeclty, but ...
0
votes
1answer
28 views
ajax listener was not updated the panels for selected item in primefaces
Iam trying to update a panel based selected data using primefaces selectonemenu and ajax listener was taken care by updating the panels.But my panel was not updated and selected item was shown at ...
0
votes
1answer
15 views
How to use Ajax Behavior to Menu primefaces
How to add AjaxBehavior to primefaces MenuItem.
I tried to add AjaxBehavior listenet for a menu item. But I get an exception that MenuItem does not support any Ajax Behavior.
How to add Ajax ...
1
vote
1answer
21 views
Primefaces 3.5 multisort failure on pagination .. do we have fix?
Primefaces 3.5 introduced multisort on dataTable. But it has a bug with pagination.
Everytime paginator button is pressed, the sort column(sortMeta obj of the col) set at the time of table initial ...
0
votes
1answer
26 views
jsf2. can't redirect with commandButtom
i have commandButtom wich redirect me from "login.xhtml" to "home.xhtm". the login is succesful But the redirection dosn't work; without any error.
faces-config.xhtml
<navigation-rule>
...
0
votes
0answers
90 views
How do I resolve this probem using Calendar and ComboBox with PrimeFace?
I use a PrimeFaces form with InputTexts, ComboBoxes and Calendars, but I have a problem when I select a date in Calender or a value from the ComboBox.
Screen Capture.
Form code:
<h:form ...
0
votes
0answers
23 views
Primefaces Wizard: values, actions and validations not working after first step
We are using PrimeFaces 2.0 wizard to build a complex registration.
In the first tab, all actions works fine (ajax actions executes, validation performs, values are binded to bean, etc), but in the ...
0
votes
0answers
21 views
When using lazy dataTable another component does not get updated / 2nd component data is one request behind
I have a PrimeFaces p:dataTable and enabled lazy loading by implementing a LazyDataModel.
The dataTable holds search results, so when doing a search request the search service only retrieves the ...
0
votes
1answer
25 views
<p:commandButton> with icon image not showing
I have been struggling this for a while. I am using primefaces 3.5. I have a command button with icon attribute. But the image seems not showing. I am not sure if I put the image url correctly. I ...
0
votes
2answers
38 views
How do you navigate between two web apps?
If I have two web apps http://www.abc.com/app1 and http://www.abc.com/app2 how do I handle navigation between the two?
I would like to be able to navigate to app2 using links in a menu that I have ...
0
votes
0answers
6 views
how to browse and upload a folder in jsf primefaces
I have been searching web for this couple of days but could not find a solution. In my application, I need to develop a folder browser. Which means user should be able to browse and select a folder it ...
0
votes
1answer
21 views
How to set visibility of a f:selectItem into p:selectOneRadio?
I have a p:SelectOneRadio with 4 options in my form.
I would like to set the condition Rendered to false only in one f:SelectItem, depending on user profile (stored on session)
E.g: If the user is an ...
0
votes
1answer
7 views
How do I prevent the keyboard from popping up on a p:selectOneMenu using Primefaces?
Always when click on combobox the keyboard ipad open.
My combobox is like it:
<p:selectOneMenu id="idRegion" value="#{filterTypeFoodBean.foodSelected}">
<f:selectItems ...
0
votes
1answer
40 views
Override Primefaces Messages in custom properties file
I want to override some primefaces defaults.
According to this link Primefaces default messages.properties I wrote a custom message properties:
primefaces.captcha.INVALID = {0}: Erro de ...
3
votes
1answer
21 views
+50
Dropdown Menu Bug in IE8 with PrimeFaces
I've a site with primefaces, which have a dropdown menu in the navigation. In Chrome, FF etc. it works well, but in IE (testet with IE8), the dropdown menu expand under the content.
Green: ...
-2
votes
0answers
25 views
Hibernate Entities dosen't work after database modification
i have an application works good ! and i have to change my database structure ! and when i changed it ! and i generate my model classes with hibernate i got this exception !
HCANN000001: Hibernate ...
0
votes
0answers
29 views
Reset Button does not work after form submit
In my application I placed a <p:panel> in a <h:form>. Now in this panel I have some <p:inputText> and at the end of panel I have two button one is Submit another is
Reset. Reset ...
0
votes
1answer
23 views
java.io.NotSerializableException: com.sun.faces.context.FacesContextImpl weblogic
I am using PrimeFaces2.0 in my project ,I found following error once deploy my application on weblogic clustering environment .
Would any body have any idea why it can happen
...
-3
votes
0answers
26 views
p:commandButton not execute f:setPropertyActionListener in @Requestscope [closed]
I try to get the bean object in p:dialog by set the beanObj in setPropertyActionListener at p:commandButton with @RequestScope.
its return a null value
pls help me.
0
votes
0answers
51 views
Primefaces LazyLoading Table Select First Row by Default
Need Help on the proper way of selecting the first row of a primefaces datatable when the page is refreshed, load, sorted, paged
<p:dataTable id="clientTable" widgetVar="clientTableVar"
...
0
votes
0answers
18 views
Primefaces SelectManyMenu Converter not Converting
I am using a converter throughout my system which uses the following annotation:
@FacesConverter(forClass = MyConverter.class)
this works fine except for SelectManyMenu where the conversion doesn't ...
0
votes
0answers
46 views
jsf login page redirect error
i am developing jsf using primefaces and jpa, and my screen is not redirecting to main page still exist in login page without display.
My web.xml file
<?xml version="1.0" encoding="UTF-8"?>
...
1
vote
0answers
23 views
javascript error by a jsf “page forward”
I’m in the starting phase of a new jsf+primefaces project. I have to include some company-wide css and javascript files into our jsf template. The company-wide css/js are provided by a cms and we ...
0
votes
1answer
51 views
java primefaces how to show enum name of int value from database on xhtml
Here is the situation and I really don't know what to do.
I want to persist months with jpa and enum where months will be persisted as corresponding int values. I read a lot of similar questions and I ...
0
votes
0answers
45 views
Update ui:repeat partially JSF Primefaces
A have a page something like this:
<h:form id="form">
<h:panelGroup id="panel">
<ui:repeat id="repeat" value="#{myBean.ojects}" var="item">
<h:panelGroup ...
-2
votes
1answer
29 views
primefaces fileupload and download PDF
Please, can anyone tell how can i implement some code to upload a PDF file to my database, using Primefaces ou just JSF?
The entity property is a BLOB.
att,
Diego Sabino
0
votes
1answer
128 views
+50
primefaces partial processing not working
I would like to use partial processing but it does not work in my code. Does anybody knows why?
<h:form id="frmVehicle" prependId="false">
<p:toolbar styleClass="form_toolbar">
...
1
vote
0answers
59 views
java.lang.ArithmeticException: / by zero with Primefaces LazyDataModel
Until now, I had a JSF managed bean with LazyDataModel that looked something like the following.
@Controller
@ManagedBean
@RequestScoped
public final class StateManagedBean extends ...
1
vote
1answer
36 views
JSF or PrimeFaces searcheable treeview control
Is there a JSF or PrimeFaces control which is a "searchable" treeview? I am thinking similar to the Eclipse "options", where you type in some text into a searchbox and the treeview autoupdates ...
2
votes
1answer
44 views
How to execute an event after a page is loaded with native JSF Javascript
I need to execute an event in JSF after a Facelets page is loaded, but I just can use JavaScript generated by JSF in this project (the similar function in jQuery is document.ready). Is there a way to ...
0
votes
1answer
27 views
how to change Datatable's column width
I have a datatable dynamic columns. How can i change this datatable's column's width. Width property of p:columns is not working. Do I need to override "ui-editable-column" style?
<p:columns ...
0
votes
0answers
50 views
Uncaught ReferenceError: $ is not defined in JSF Primefaces
I'm doing a Primefaces project using Maven and Glassfish. I am following this tutorial by mkyong. I have followed all the steps but when I run my project, I get this error in my browser console.
...



