cellEditor « PrimeFaces « JSF Q&A





1. PrimeFaces 3.0.M4 NullPointerException    stackoverflow.com

Here is my page that works:

<html xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:p="http://primefaces.org/ui">
<f:view contentType="text/html">
<h:head>
</h:head>
<h:body>
    <h:form>
        <p:dataTable value="#{testBean.testList}" var="test">
          ...

2. CellEditor and Dialog Boxes    forum.primefaces.org

Is it possible when confirming the celledit by clicking the icon to have a dialog box appear? I am trying to create a log of edits on the data table and ...

3. Datatable with CellEditor Export issue    forum.primefaces.org

hi all, iam facing an issue when using celleditor within a databale then export the table as PDF or Excel file (datat exporter). the colums taged with (cell edition) are rendred ...

4. cellEditor/rowEditor really slows down datatable display    forum.primefaces.org

11 Aug 2011, 20:56 by IanF cellEditor/rowEditor really slows down datatable display I have a datatable in which I have included a rowEditor and some cellEditors. When I display the datatable ...

5.  Ajax Event    forum.primefaces.org

08 Sep 2011, 18:42 by zilph Re: Ajax Event Hello.. im using the Primefaces 3.0.3M snapshot.. trying to make this component work with EJB, i followed the code posted by ...

6. 3.0M3 p:cellEditor does not work with non-primitive Java typ    forum.primefaces.org

21 Oct 2011, 00:34 by jee4hire 3.0M3 p:cellEditor does not work with non-primitive Java typ 3.0M3 p:cellEditor does not work with non-primitive Java type in f:selectItems. Selecting the check mark 'v' ...

7. Export Datatable when Table Contains CellEditor    forum.primefaces.org

30 Sep 2010, 00:04 by 887662 Export Datatable when Table Contains CellEditor Hi All, I have a datatable that is editable (has in cell editing). When I export to excel (or ...

8. p:dataTable and p:cellEditor with lazy loading    forum.primefaces.org

using primefaces2.2.rc1, I have p:dataTable with lazy loading and p:cellEditors. I can click on the pencil to edit the row, but I can't see what event I get to write the ...

9. p:cellEditor is Outputs Nada    forum.primefaces.org

07 Nov 2010, 18:50 by Alan p:cellEditor is Outputs Nada I have four columns -- ID (not editable), Description (editable) the p:rowEditor column and a selectionMode="multiple" column. The description column always ...





10. p:cellEditor w/ h:selectOneMenu    forum.primefaces.org

>> << grenadadoc Posts: 31 Joined: 23 Mar 2010, 15:58 26 Nov 2010, 03:04 by grenadadoc p:cellEditor w/ h:selectOneMenu I have a large datatable that I need to be able to ...

11. p:cellEditor sets always false when canceled    forum.primefaces.org

Hi everyone, today I noticed that if you have this: Code: ...

12. cellEditor: persisting changes    forum.primefaces.org

Hi All, About cellEditor: I'm following the example from the showcase and it is not clear where should I put the logic to persists the cells updated ? and where should ...