0
votes
1answer
15 views

How to adjust width of datatable to its content in primefaces?

I'm using Primefaces to render a datatable and I want to adjust the width to its content. I want to have columns with different width depending on their content. Now I have: ...
0
votes
0answers
12 views

Primefaces Fileupload - Update results table for every record uploaded or show useful progress information

I have been using Primefaces 3.5 for couple of months now. So pardon me if the answer is really straightforward. I am using p:fileUpload component that uploads a file with sometimes more than 10000 ...
0
votes
0answers
10 views

How to render multiple PanelGrids with different text fields in PrimeFaces DataTable? [duplicate]

The following is just an example but imagine I have a list of Vehicles and that list is divided up into Cars, Trucks, etc. From my understanding you're only allowed to have one rowexpansion in a ...
0
votes
1answer
30 views

display the value of a foreign key with primefaces

I have the following datatable which contains a list of pictures. I want to display for ech picture the user who uploaded it.so the user is a foreign key in table picture which is ...
0
votes
1answer
22 views

Primefaces datatable change paginationtemplate color

Hi i am new to prime faces, what i am trying to achieve here is complete modification of the primefaces datatable. Code: <p:dataTable id="dataTable" var="c" value="#{databaseSearch.customerList}" ...
0
votes
1answer
45 views

NumberFormatException for input String in datatable

I have the following method in my DAO where I retrieve a list of persons : public List<Personne> getAllUsers() { Query query = em.createQuery("SELECT p FROM Personne p where TYPE(p) ...
0
votes
1answer
61 views

dynamic images in datatable using primefaces, images not showing in datatable

I am using primfaces 3.5 version to show images from my database in datatable, but unfortunately instead of actual images "image" is getting written in column, here is my xhtml file <?xml ...
0
votes
0answers
24 views

Primefaces dataTable index out of bounds when sortmode multiple

I am creating a Primefaces 3.5/Spring 3 application deployed on tomcat 7 and I am having trouble with sorting on a dataTable element. When I have sortMode set to simple everything is OK but on ...
0
votes
1answer
41 views

Primefaces datatable select row and scope

I use PrimeFaces 3.1 and I have to select one single row in a datable. I used the example in the Primefaces showcase to do it but it works only when my backing bean is in scope session, not in view, ...
-1
votes
2answers
51 views

Displaying image from MySQL Database in JSF DataTable [closed]

i want to display an image stored in my MySQL Database as a blob[] field in a Primefaces datatable. Could Any one help me ? thanks
0
votes
1answer
43 views

Datatable don't refresh

Good evening from Sweden! I try to get a primefaces datatable to refresh. I tried various hints and solutions but nothing is working. The button triggers a search in the DB and if I refresh the paga ...
0
votes
0answers
19 views

Primefaces row select with dialog

I have a row listener that triggers a dialog box to pop up with the rows information. When I select a row nothing happens, however when I click the little edit button, the dialog pops up. Do I have my ...
0
votes
0answers
31 views

Dynamic columns in editable table primefaces

I have an editable table with dynamic columns. When I edit a row, all fields are displayed correctly. But when I click the 'save' icon, the value of my first element gets written to the wrong column. ...
0
votes
1answer
32 views

Editing additional info in a dataTable on primeFaces

So, I have a dataTable on my page that shows some basic information and a row expansion to show the extra information. I'm trying to create a button/context menu to show a dialog so the user could ...
0
votes
0answers
30 views

Update a row in primefaces datatable that has data from 2 DB table with OneToOne relationship

I have a Primefaces datatable that displays data from 2 DB tables - Users and AcademicStuff. I am trying to write a function that will update a row, but right now only values from the table ...
2
votes
0answers
37 views

Primefaces inline editing of datatable not working

Hey guys I'm trying to provide a possibility to inline-edit a row of a datatable with primefaces, but it doesn't seem to work properly. I can visually edit the values but when I click the save-icon, ...
0
votes
0answers
39 views

Update primefaces DataTable from bean, on composite page

I have composite page which contains of a template which has a header, content and footer. In header I have a MenuButton where user chooses name of the database. Once it is chosen a connection dialog ...
-1
votes
1answer
28 views

Conditional Coloring for primefaces datatable on load

I have two ArrayList List A and List B of say Employee object my Employee object has 2 attributes say age and name. Now there are certain conditions on the basis of which i have to color my datatable ...
-1
votes
1answer
28 views

Datatable with file uploads

I have a datatable with a PrimeFaces 3.4 p:fileUpload in a column. However, all file uploads are treated as the same entry. How can I treat file uploads as unique entries?
1
vote
1answer
37 views

Customize attribute rowsPerPageTemplate of <p:dataTAble>

In my application I have a <p:dataTable> with attributes lazy="true" paginatorTemplate="...{RowsPerPageDropdown}..." rowsPerPageTemplate="10,50,100" I set value attribute of this datatable from ...
0
votes
1answer
20 views

How to pass SortField,SortOrder,Filters of load method through normal method from DataModel class?

In case of Lazy loading I override load method with arguments (int first, int pageSize, String sortField, SortOrder sortOrder, Map filters), here I put custom filter in filters by which I can filter ...
0
votes
1answer
27 views

EL on DataTable Footer not showing

I'm working with a DataTable, and I'm having some trouble displaying a value from an EL in the footer. I have made a simplified version of my xhtml that still reproduces the error. If I do the ...
0
votes
0answers
54 views

Data Table not able to get item JSF

Hi I am new for prime face.Please see my code below Test.xhtml <h:dataTable var="test" value="#{generalServiceBean.orderList}" > <h:column> <f:facet ...
0
votes
1answer
88 views

p:commandButton in p:dataTable

I got a problem with a p:commandButton inside a p:dataTable My button does not call the procedure in my backing bean. Does anyone have an idea why this button won't work? Best Regards Button Code: ...
0
votes
0answers
76 views

Get checkbox and textbox value of datatable primeface

Hi I am new for primeface. I got one checkbox and textbox inside my datatable. I need update to database after press update button. Please see my code below test.xhtml <?xml version="1.0" ...
0
votes
1answer
73 views

JSF PrimeFaces DataTable layout

Please help to solve a layout problem with JSF PrimeFaces 3.5 and Accordion Panel. Here is a screenshot whithout using AccordionPanel: DataTable, some special inputs. Let now I use AccordionPanel ...
0
votes
0answers
129 views

JSF JDBC primefaces datatable edit is not working

EditPage issue: I am getting the edit page populated with values except primary key, foreign key attributes. And also the SelectOneMenu values are not set. There are around thirty fields in the ...
1
vote
1answer
94 views

primefaces Data table with expandable rows + editable expansion

I am using Primefaces (version 3.4) dataTable with expandable rows. It is working fine. Now I want to edit the expansion and to save the edit. I tried it as follows but not working.. ...
0
votes
0answers
73 views

Primefaces Datatable not working with Celleditor

We found a strange issue with Primefaces 3.5 in JBoss 7.1.1.. (over all using/tested PF 3.5, JSF 2.1/2.2, Java 1.6/1.7, JBoss 7.1.1, Tomcat 7.0) If you use dataTable in combination with cellEditor ...
0
votes
0answers
71 views

primeface get all row value of datatable

I am new for prime face. I had a checkbox and textbox value on dataTable.And dataTable will load data from database. Please see my code below text.xhtml <?xml version="1.0" encoding="UTF-8"?> ...
0
votes
0answers
70 views

Primefaces Datatable within Tabview - initial sort on second tab doesnt work

I have a tabView where each tab contains a datatable. I have it set up like so <p:tabView id="tabView" styleClass="manage-tab-view" prependId="false" ...
0
votes
1answer
78 views

Iterating through List<Map<String, String>> in primefaces datatable?

I'm trying to iterate through a List of Map items, i.e. an ArrayList of HashMaps or something similar, and I'm trying to do this in primefaces datatable. This is basically what I'm trying to do: ...
0
votes
2answers
98 views

Datatable Row Selection Primefaces

I am trying to implement row selection for a datatable with primefaces, but when I click on a row, nothing displays. I've narrowed it down to the setter for the selected car is not getting called, but ...
0
votes
0answers
40 views

Autocomplete in datagrid results in duplicate value

We have a DataTable with editMode="cell". The autocomplete celleditor works okay when the user actually selects something, but if he moves to another cell without doing anything, the value displayed ...
0
votes
1answer
44 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
55 views

Rendering data from a query result in data table in primefaces

I have a database table which contains answers given to a set of questions by a set of people(reviewer's) means there are m*n(no. of questions * no. of people) records which I am fetching using a ...
0
votes
0answers
57 views

having PROBLEMS <p:calendar> filter in <p:dataTable>

I am using Primefaces framework. I have added calendar tag as a filter inside my datatable. <p:dataTable rowKey="#{result.workorder}" id="wotable" binding="#{locoBean.theDataTable}" ...
1
vote
1answer
46 views

primefaces subtable styleClass

I have a p:subtable inside a datatable. In my datatable I'm using rowStyleClass attribute to define row's colour. All the row is painted but not the Subtable What should I do to paint the subtable ...
0
votes
1answer
88 views

Primefaces datatable sort order

I am using primefaces' datatable component to display a list of classes 'Student' which is something like : class Student { String firstName String lastName .... } I populate the list ...
0
votes
0answers
66 views

OverlayPanel inside a Datatable

I need to have an overlay panel in each row of my datatable for changing a record on the fly. As you can see below: I don't know why when I press the save button it calls two times the Setter of my ...
0
votes
0answers
96 views

primefaces datatable dialog for data modification

This is my first post. This site and all the people involved are wonderful. Thanks to all. My problem: I have a datatable with a dialog who shows information on the selected register. That works fine. ...
0
votes
0answers
81 views

Sort/Filter dynamically generated column of <p:dataTable>

I am facing problem to filter/sort a column role(Lazy DataModel) of datatable which is not a property of entity class , because the column value is created dynamically dependent on user currently ...
0
votes
0answers
86 views

Insert and update operations don't refresh data after use filters operations on datatable (Primefaces)

I've insert, update and filter operation on datatable component of Primefaces. This operations work normally. The problem happen after use filter operations. This happen so: I make insert and update ...
0
votes
1answer
64 views

Delete event not updating datatable rows

In primefaces I have a confirm dialogue box and when I confirm the delete button my rows in the database are deleted however the page is not updated. Am I missing something that is not updating the ...
0
votes
1answer
123 views

PrimeFaces DataTable with required Radiobutton

I am using PrimeFaces DataTable with Radiobuttons inside a one wizard tab. Is possible to somehow set Radiobuttons like required? User shouldn't go to the next wizard tab until he will choose one ...
1
vote
1answer
153 views

Remove select all check box in Primefaces datable

Is there a way to remove the select all check box on the header of the p:datatable. I need check box on the individual row but not on the header.
0
votes
0answers
52 views

process datatable from managed bean primefaces

Is there any way to process datatable from managed bean I would like to use it to process one datatable from one tab when another tab is opened because its data depends to the first : I tested ...
0
votes
1answer
172 views

DataTable - Radiobutton: how obtain data of selected row

I am working on a register application for new users. On one page user can choose free term. For this purpose I am using PrimeFaces DataTable - Radiobutton. I have been following PrimeFaces ShowCase. ...
0
votes
0answers
42 views

EL brackets with nested property

I have an EL expression that uses brackets: #{car[column.property]} column.property could possibly be nested (i.e. prop.subprop) but I don't know because this is being used in a totally generic ...
0
votes
1answer
68 views

Unable to get the selected values on Dialog while using ContextMenu with Datatable

I have a requirement where I want the user to move the datatable rows up and down.I thought Context Menu would come handy as there would be a Move up and Move down menu item .For this I tried ...

1 2 3 4 5 8