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.
0
votes
0answers
10 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
0answers
14 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
11 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 ...
2
votes
0answers
10 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
19 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
59 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
16 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
8 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
18 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
30 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
0answers
15 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
6 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
21 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 ...
1
vote
0answers
6 views
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
22 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
21 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
12 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
18 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
21 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
7 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
31 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
21 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
16 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
34 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
22 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
0answers
39 views
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">
...
0
votes
0answers
34 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
18 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
36 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
18 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
27 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.
...
0
votes
1answer
16 views
selectOneMenu ajax events
I am using an editable primefaces selectOneMenu to display some values. If the user selects an item from the List a textarea should be updated. However, if the user types something in the ...
0
votes
1answer
24 views
Primefaces tabview: set the active index on tab change
I've got a tab view that contains two tab.
When I switch from tab 1 to tab 2, I'm calling some code that executes a validation and updates some values. Depending on the result of this validation, I ...
0
votes
0answers
15 views
Primefaces dataexport to excel renders links as plain text
I need to export data to Excel spreadsheet using primefaces.
I tried 3 options:
Using standard HTML a href (In this case exported data contains no link at all)
<p:column style="display: none" ...
0
votes
2answers
13 views
Primefaces:dialog minimizable option not working with modal[SOLVED]
While enable the minimize option in dialog box with modal as true, then by clicking the minimize, background modal[grey bg] not getting removed. And also, i cannot able to maximize the dialog, which ...
0
votes
2answers
24 views
Problems with Primefaces editor calendar galleria etc
I've just started using primefaces 3.5 and I'm dealing with a weird problem.
1. editor doesn't show up on the page
2. galleria only shows the images in a list
3.popups don't work at all
4. calendar ...
0
votes
0answers
13 views
after updating datatable inputText display its old value but outputText doesn't primefaces
I have this column in my datatable (as you see inputText and OutputText have sam value : I write it with js )
//formatting the code
<p:column headerText="Taux Payé">
<h:outputText ...
1
vote
1answer
42 views
How to position a p:dialog in Prime Faces after its resizing
I have a Prime Faces p:dialog that has been resized while new components are inserted when opened ('show' state). However its position doesn't change and it's size is increasing from the down left ...
0
votes
2answers
18 views
Dataexporter pdf header position
I'm using dataexporter to create a pdf of a data table, in my data table the header of the columns is centralized, however the pdf version of the same columns is align to the left. how can I make the ...
0
votes
0answers
23 views
Primefaces cant fill inputText in dialog after click contextmenu
I'm using Primefaces Datatable-ContextMenu and Dialog to update a row (When after click to contextmenu it opens a dialog which contains will update object's fields in <p:inputext />).
I have ...
0
votes
1answer
20 views
Error while deploy Primefaces-Extensions example, why?
Error while deploy: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.RuntimeException: ...
0
votes
1answer
19 views
Is there a way to apply styles to columns in a p:selectManyMenu?
Is there a way to apply styles to columns in a p:selectManyMenu?
<!-- Cut down version of the code -->
<p:selectManyMenu id="myMenu" value="#{myBean.myEntries}"
var="ent" ...
0
votes
1answer
40 views
How can I get item label from selectOneMenu @ JSF page
I'm dealing with a wizard in primefaces like this one:
http://www.primefaces.org/showcase/ui/wizard.jsf
I would like to get the raw text from a selectOneMenu (from one of the tabs) and show it in ...
0
votes
1answer
18 views
Dynamic tabIndex-attribute in JSF/Primefaces
I'm facing an issue with JSF / Primefaces.
I'm using the tabIndex-attribute on every component in my JSF-application to allow the user to step through the screens.
I wrote some JSF composite ...
1
vote
1answer
34 views
Which Primeface component to use?
I have a requirement where I have to display & enter 24 hour values for a particular job. For a particular business there could be 100's of jobs. So basically 100 rows with 24 input fields.
I ...
0
votes
1answer
33 views
Values of h:inputText inside p:treeTable are not processed
I want to process this form (valueChangueListener is not valid in real case).
This is the back bean:
@Component
@Scope("request")
public class TestBean extends PrivateBaseBean implements ...
0
votes
1answer
46 views
Primefaces datatable, item on multiple rows
I can not find a primefaces datatable example on how to make one item to be shown on two (or more) rows.
I need to show an item in a datatable about like this:
<table>
<tr>
...
0
votes
0answers
41 views
Values of h:inputText inside p:tabView are not processed
I want to process this form (valueChangueListener is not valid in real case).
This is the back bean:
private List<Management> managements; //getters setters
protected static final Logger ...
0
votes
0answers
29 views
Display Blob Image using primefaces
I want to display blob type image using primefaces. There is a error in the server log, and the page is displayed without the picture. I used the following code.
Html code =
<h:form ...








