Tagged Questions
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 ...
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">
...
0
votes
2answers
161 views
Apache myfaces renders datatable before processing ajax event
I have a selectOneMenu which controls what should be shown in the datatable. The code is as below (I have removed all unnecessary staff):
<ui:composition ...
2
votes
2answers
296 views
JSF conditionally render footer (jsf facet)
I would like to render a footer (with a specific content) if the datatable content is empty.
I found this How do I conditionally render an <f:facet>? but that doesnt really solve my problem, as ...
0
votes
0answers
698 views
richfaces 4 datatable not rendered completely . Error 80020101
I am using RF 4.0 Final with Apache MyFaces 2.0 on Tomcat 7. I just copied the code from RichFaces demo website for datatable and put it in my app. The data table loads the data but the ajax request ...
0
votes
1answer
2k views
Display all rows in tomahawk paginated, sortable datatable
I'm trying to create a paginated, sortable datatable using MyFaces. The sorting works fine; I can click on a column header and it will sort the data based on the column. Also the pagination works ...
1
vote
1answer
1k views
IllegalArgumentException when adding h:commandButton with f:param to h:dataTable
Currently I'm using a datatable to display some items out of a database. Works fine.
<h:dataTable border="1" value="#{overviewBean.loadContent }" var="item" first="0" >
<h:column ...
0
votes
2answers
837 views
JSF dataTable to display a fixed number of rows
Greetings,
The context is myFaces 2.0.2, possibly also adding Tomahawk 20-1.1.10
I have created a dataTable (currently an h:dataTable, but could also be a t:dataTable using Tomahawk) displaying ...
