Tagged Questions
0
votes
0answers
13 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 ...
0
votes
1answer
21 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
20 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
28 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
38 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
29 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
29 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
3answers
46 views
Display DataTable with unknown numbers of column
I really would need your help in solving this problem am having with my project. Anyway, am new to JSF. Am working on a project and there is this module where examination records are displayed to ...
0
votes
1answer
36 views
List from managed bean is not showing in faces datatable
I can't get a list obtained from a managed bean to show in a datatable in JSF.
When I debug it, the list has one element when it calls the method on the bean, but the page shows no elements in the ...
1
vote
0answers
26 views
How to add a row to h:dataTable dynamically without rerendering the whole table?
I want to add a row to a <h:dataTable> dynamically, but I don't want to rerender the whole datatable, because the user could have some of the rows expanded etc., which would be closed after the ...
1
vote
1answer
33 views
Dynamically build the column values
I am building a component that will build a data table dynamically. I need to pass in the field name from the class and concatenate it to the var attribute of the table. example : "tblVar.firstName". ...
0
votes
1answer
22 views
JSF getting property type list inside h:datatable
<h:dataTable value="#{SearchingBeans.list}" var="entry">
<h:column>
<f:facet name="header">
<h:outputLabel>Photo</h:outputLabel>
...
0
votes
0answers
41 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
1answer
41 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
2answers
47 views
Data Table header visible during page load even if there is no data to display
I'm working on an application with Spring, JSF, Hibernate following the example in this link.
When I run this code with some values populated in the database, this should have the datatable header ...
0
votes
0answers
38 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
33 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 ...
-1
votes
0answers
46 views
Primefaces Datatable with external filter
i'm new in primefaces and i'm trying to make an external search feature as input text and command button that render an ajax datatable
here's my code :
the entity :
@Entity
@NamedQuery(name = ...
0
votes
1answer
48 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 ...
0
votes
1answer
48 views
How can I make p:cellEditor conditional in PrimeFaces?
Here is my code that doesn't work:
...
<p:column sortBy="#{invoice.customerId}" id="customerId">
<f:facet name="header"><h:outputText value="Customer ID"/></f:facet>
...
1
vote
1answer
46 views
Adding a last row to datatable rows from within Facelets
I have a JSF datatable which has 8 columns. Last 4 columns are numerical valued columns. Lets say my datatable brings 20 rows result. I want to add last row which only contains last 4 column's fields ...
0
votes
1answer
76 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
52 views
JSF dataTable and fileUpload (fileupload issue)
Please let me know your suggestion. I want to build fileUpload with specific design and having issue with getting hold of the uploadedFile.
My design:
DataModel class:
@Named
@SessionScoped
...
0
votes
0answers
124 views
Editable Data table in UserWizard with dynamic value selection query
initiate.xhtml
I am using the primefaces wizard to show the sequential flow for an application.In one of the tab namely member details, I have an editable data table .For the Name column,I want the ...
-1
votes
0answers
68 views
Passing parameters from view to backing bean
I have a datatable in JSF 1.1 where 1st column has a "select all" checkbox in the header. When any checkbox in the datatable is clicked, the values are passed from page to bean with:
<f:param ...
0
votes
1answer
38 views
Datatable with commandButton vs. Dynamic Button from String
I am working on creating a button or link to add a product to a cart after someone searches for products. Here is that section from our ProdcutsController.java class:
public String getResponse() {
...
0
votes
0answers
43 views
Don't receive events in PrimeFaces DataTable if I extend it
I am extending the PrimeFaces DataTable. When I do this, I no longer get the Ajax events that I receive when I don't extend it. It isn't anything that I do in the extension because I removed all ...
0
votes
0answers
52 views
Primefaces contextMenu different menu based on selected item? [duplicate]
I have a p:dataTable that I'm using in my app, and there is an associated p:contextMenu.
I'm wondering, how can you get the context menu options to be different based on the row selected?
For ...
0
votes
1answer
56 views
How can i send value with commandLInk
I have a controller named clController. This controller has code property and I want to send this code property a value.
<h:form>
<h:inputHidden value="#{item.code}" />
...
0
votes
1answer
37 views
How to create scrollable and editable datatable in primefaces
I need to create scrollable and editable datatable. What I found is changing style class to "ui-editable-column" but it didnt work for me. Is there any other way to create a datatable like this?
1
vote
1answer
160 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>
...
0
votes
1answer
24 views
Adding elements to dataTable only for viewing purposes
I'm sorry about the confusing title, I really couldn't think of a better one.
I have the following problem:
I have a list in my view being shown on a dataTable, it all works fine. It's sort of a ...
1
vote
2answers
238 views
Check box and Radio Button selection gets cleared on h:selectOneMenu value change
I am working on a form which has two datatables. In the first datatable, I am displaying the radio buttons and checkboxes, whereas the second datatable contains
selectOneMenu(s). Value change ...
0
votes
2answers
112 views
JSF Datatable Binding not working properly
I am creating a simple JSF application that is having only one JSP page (1 dropdown, 1 datatable & 1 submit button).
When i select the value from dropdown, i populate the table with an arraylist ...
1
vote
1answer
263 views
How can I capture the event filtering a datatable in primefaces
How can I capture the event filtering a p:dataTable in PrimeFaces. I need to calculate some values associated with the results list when filtered and I have to do the calculations using the ...
1
vote
0answers
138 views
JSF table pagination
I am a newbie with JSF. Currently I have the problem with keeping the state of data-table list pagination.
The problem is when a user edits a row of a list which is not in the first page of ...
0
votes
0answers
32 views
OpenFaces inputTextFilter does not work properly
Hi I have datatable created using OpenFaces 3.0 this library is great, but I have one problem with it.
I have one column
<o:column header="Symbol" id="symbolCol1"
...
0
votes
0answers
85 views
Need to save selected row to variable in bean so I can use it in the next page
I have the following code and when the command button is clicked, the selected row isn't saved for the output i want in the next page. I am trying to use the single selection datatable from ...
0
votes
0answers
59 views
Show specific column as link in Datatable+DynamicColumns
I'm using with (dynamic columns) along with lazyloading...I'm good with the working of my datatable till now....
The problem arises, when i try to show a specific column as hyperlink with ...
...
0
votes
1answer
35 views
How to isolate PrimeFaces Widget from being affected by main site CSS
I have a (p:dataTable) Primefaces widget not rendering properly within the templates of the containing main site, presumably affected by higher level global CSS settings which are however mandatory.
...
0
votes
2answers
220 views
Primefaces datatable Reset and Reload data
I am not sure how to reset the primefaces datatable and then reload data into it.
Any ideas?
As soon as I click "Teacher" or "House Leadership Team", i send a ajax call and then I would like to ...
0
votes
1answer
81 views
How to add id(s) to primefaces components dynamically?
I have a requirement where I need to display components on the form which will be retrieved from the database. I am able to show the components with the help of datatable and ui repeat. I also need to ...
1
vote
1answer
197 views
pagination with lazy loading in primefaces donesn't work properly
I am getting a problem with lazy loading in dataTable but couldn't to know where the problem is,
here is my xhtml page code:
<f:view xmlns="http://www.w3.org/1999/xhtml"
...
0
votes
2answers
155 views
How to add row details in JSF data table?
I need to add '+' icon in every JSF dataTable row. On Click, of that icon, row should expand to show associated details about object in that row. I need to know, whether there is already something ...
0
votes
2answers
118 views
Primefaces dataExporter and nested dataTable
I'm using a dataTable inside another dataTable.
When I try to export (in any format) using the dataExporter i got something like: "org.primefaces.component.datatable.DataTable@1b675ca" instead of the ...
0
votes
0answers
62 views
Reload h:datatable on language change
I have a ViewScoped EJB:
@ManagedBean(name = "myBean")
@ViewScoped
public class MyBean {
private List<MyData> myDataList;
the getter for the list only gets the value of the ArrayList
public ...
1
vote
1answer
58 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">
...
1
vote
2answers
184 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
86 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
58 views
h:commandLink method not invoked one h:dataTable, but works fine in other h:dataTable
I have two datatable using <h:dataTable>, both have one column with action button, first table works fine with following code:
<h:form>
<h:commandLink ...




