0
votes
0answers
15 views

JSF 2 datatable column

I have a Map<String, List<CallDto>> that I want to represent via a data table. I have managed to do this, but I have one problem related to the fact that at every 3 keys from map I want to ...
0
votes
1answer
36 views

Insert horizontal line separator in between rows of Datatable in JSF 2.0

How to Insert horizontal line separator in between the rows of h:datatable in JSF 2.0
0
votes
0answers
51 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
55 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
50 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
46 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
71 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 ...
0
votes
0answers
36 views

RichFaces 4.3.1 rich:datable clickable row to set to ManagedBean

I'm having problems with rich:datatable component. I've got a table where the row is clickable. It works with the event "rowclick". However, when i use the rich:dataScroller the datatable kind of ...
0
votes
0answers
34 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
103 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. ...
1
vote
1answer
42 views

h:outputLink param value disappears after filter on datatable

I am using a primefaces datatable with a column that contains an <h:outputLink> with parameter. Everything works great until i filter the datatable. After filter the link's parameter disappears. ...
0
votes
1answer
61 views

primefaces datatable not displaying anything

I'm using primefaces datatable component, but it doesnt show anything when I load the page. It is all white. This is my code: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC ...
0
votes
1answer
75 views

Primefaces how to fire another event after datatable select event

I have a datatable with selection and a commandbutton. Problem is If user doesn't select any item from datatable and clicks to button, selectedItem object returns null. I think datatable's selection ...
0
votes
0answers
91 views

primefaces autocomplete works fine outside datatable but not working inside it

I have this autocomplete component below that works outside the datatable but it doesn't work inside it I don't see the cause : <p:dataTable id="table" var="car" editable="true" ...
0
votes
3answers
66 views

Fill the primefaces datatable with data

i am using the primefaces(I use PF 3.5) datatable and I want to fill the table with data from my db. <p:dataTable id="cars" var="car" value="#{productservice.getListOrderedByDate()}" ...
1
vote
1answer
149 views

How to display vertical and horizontal headers in p:datatable?

I'm trying to display a table that has both vertical and horizontal headers with JSF 2.1.7 and Primefaces 3.3.1. This is basically what I would like to do: <table> <thead> ...
1
vote
2answers
173 views

How at a time one row can expand in <p:dataTable>?

In my application I have a <p:datatable> with rowExpansion column. I have a requirement to open a single row at a time. if anyone tries to expand second row, remaining first row expanded then ...
0
votes
1answer
66 views

How to deselect the selected rows in Datatable programatically

In my application in a dialog I displayed a dataTable in each column there are a check box to select corresponding row. At the bottom of dialog I paced two button one for display selected rows another ...
1
vote
1answer
33 views

Change commandLink Id by my code in datatable

I need a way to manage the creation of the commandlink ID in DataTable, the problem is that when i use it for deleting a record and interrupt the rendering of the page (reloading it by 'ctrl+f5' ) it ...
0
votes
0answers
18 views

How change editable of datatable in primefaces

I wanna to change editable of datatable when required that, problem are that when editable is false and change to true It´s work but when is true and change to false doesn´t working. Any idea???
0
votes
1answer
350 views

Passing parameters to a bean method from a datatable within a view/page in JSF 2.0

I have a page with a datatable that populates from a list. The list has many ids, which I need to pass to a bean method and perform a database operation.I am using a commandButton's rendered attribute ...
1
vote
1answer
55 views

Apache Myfaces prints blank td tag when using h:dataTable and an empty dataset

Is there a way to have MyFaces not print the following when the List or Array backing an h:dataTable is empty? <table> <tbody id="itemsForm:itemsDataTable:tbody_element"> ...
0
votes
1answer
60 views

Saving an editable dataTable ends up in all properties being the same

A page in my JSF 2.0 application, populates a dataTable with the number of teachers (in form of teacherIds) from a particular school(database operation). Against each row, I need to assign two ...
1
vote
2answers
171 views

Set id of a component within JSF dataTable to value from current item in the array

I'm having a datatable where I would like to set the id of each row to the id of the current item (object that has an id field) in the array that builds the table. Example: <h:dataTable ...
0
votes
1answer
84 views

How to update a particular row DataTable

In data table i want to update each row dynamically. I am using p:poll here for auto updating (For keeping dataTable uptodate). My main aim is to update the data (records) dynamically as it changes ...
0
votes
0answers
23 views

can"t initialize sortorder for Primeface datatable with multisort

I tried the solution explained in the answer http://stackoverflow.com/a/15225679/999750 but it does not work form me. findComponent function returns always null, I think this is normal because the ...
0
votes
1answer
156 views

disabling selection style of primefaces datatable

I use a checkbox datatable of primefaces and I want to disable style of selection (changing color of selected row) of datatable because I have some links in each row that are not propely displayed ...
1
vote
0answers
121 views

In <p:dataTable> pagination not working with dynamicColumns+lazy+sorting

i'm having a lazyloading Datatable with dynamic columns generated this is my dataTable <p:dataTable var="iterator" id="dataTable" value="#{MyManagedBean.lazyModel}" ...
0
votes
0answers
264 views

primefaces datatable multiple selection checkbox implementation

I want to use primefaces data table with multiple selection with check boxes. I have achieved that target, but, i want that when i load my data table, by default, all the rows should be selected (ie, ...
3
votes
0answers
221 views

sortMode=“multiple” and lazy=“true” in <p:dataTable> clears multisort meta during pagination

I just enabled multiple sorting in the showcase code for "DataTable - Lazy Loading" datatableLazy.xhtml <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" ...
0
votes
0answers
62 views

I have a JSF page that has a dialog that inturn contains a overlay panel, which inturn contain a dataTable

I have a linked list senario where a user needs to select from a list which determines the next list contents to choose from. There are three levels of linked lists to present to the user. The user is ...
0
votes
1answer
282 views

datatable doesn't be updated with ajax in primefaces

in the page below, the datatable doesn't be updated by dialog even if I put its id in update attribute and I don't have any error : <html xmlns="http://www.w3.org/1999/xhtml" ...
1
vote
3answers
190 views

PrimeFaces v3.4 ++: Datatable sorting is not working properly [closed]

I have the following simple test page: <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
1answer
210 views

Draggable rows in primefaces datatable - a way to save the order of the table?

I am trying to implement draggable rows on a datatable in primefaces. I know that Primefaces has draggable rows in a datatable "planned for a future release". I am currently trying to find some way to ...
0
votes
1answer
235 views

Datatable not rendering with ajax call in jsf

I have a data table that needs to be refreshed upon using an ajax command found in each row. <div class="authorSection"> <h:dataTable id="author-table" var="author" ...
4
votes
1answer
288 views

Primefaces Datatable sortField null and filters map {} when created programatically

When lazy datatable is created programatically (using binding and valExp) sortField is always null, sortorder Ascending, filters map {}. That is on clicking a sortfield or typing a string in filter ...
5
votes
1answer
381 views

Sorting in primefaces datatable

I am using primefaces datatable to show my data in UI. As we all know., we can do sorting and filtering in the data table itself. But it starts to search the data when I type a single character in the ...
0
votes
0answers
539 views

Primefaces dataTable rowIndexVar with pagination

I'm using a primefaces datatable with single row selection and pagination. For each row I have some commandlinks (one of which is disabled) that I want the user to click to perform operations on that ...
0
votes
0answers
215 views

ajax checkbox in datatable header in JSF not firing

I am using myfaces 2.1.9 with primefaces 3.4.2 and I have a problem with a checkbox that is located in a primefaces datatable header. I have an p:ajax tag but my method in my bean is not called for ...
0
votes
1answer
77 views

delete rows in nested datatable

im trying to delete a row in a nested datatable, but i get this message: Operation attempted on a deleted instance. the row is deleted anyway, but the view get all messed up.. all the other rows ...
0
votes
1answer
344 views

JSF dataTable word wrap even though there's space left

I have a dataTable with no width specified. Instead of automatically adjust its width it wraps the text in one of the columns. I don't know why this is happening. I'm hoping to avoid using ...
1
vote
1answer
280 views

How to show 2 line in one column in datatable?

I have a data table in my application. One column have heavy data which increasing the width of table. I want to split the data to two or more lines in that column. I have tried by setting width for ...
1
vote
0answers
80 views

Calendar primefaces column filter

I have a datatable in Primefaces 3.3. One of the columns is a date. I want to have a calendar filter field instead of the regular filter field Primefaces provides so the users can search all items in ...
0
votes
1answer
383 views

Jsf ui:repeat size doesn't gets java bean value

JSF 2.0's ui:repeat tag gets the value of java bean(arraylist) as it's value property but size property doesn't. I am using the ui repeat inside of a datatable which shows statuses iteratively and ui ...
0
votes
1answer
116 views

jsf validation for datatable

I want to validate the below datatable only if user doesn't enter any values in the given p:inputText field <p:dataTable id="depositDataTable" ...
1
vote
1answer
147 views

Binding multiple JSF dataTables to view

In order to get the row numbers of a datatable I got an answer here that I could bind the dataTable directly to the view (JSF 2 dataTable row index without dataModel). I'm using that function in a ...
4
votes
3answers
794 views

Column-specific context menu for Primefaces DataTable

How can I define context menu for each column differently in Primefaces datatable? Putting <p:contextMenu> inside <p:column> does not work properly. I want context menu to be different ...
1
vote
1answer
627 views

JSF 2 dataTable row index without dataModel

I've been using ui:repeat to generate tables. With ui:repeat it's easy to get the rows numbered using the varStatus. I'm depending on the row id's from varStatus when calling the backing bean to ...
0
votes
2answers
391 views

how to iterate Map<String,Collection> in datatable in primefaces

Using JSF 2.1 with primefaces class FOO{ String name; String value; public void setName(String name){ this.name=name; } public String getName(){ return this.name; } public void setValue(String ...
1
vote
1answer
347 views

Automatic lazy-loading in datatable from primefaces

Is there some easy way or maybe a ready component to use lazy-loading in dataTable by Primefaces but without pagination (also not the standard one) ? I need following feature: when page is loaded ...

1 2 3 4