RowEdit listener 3.0 usage

UI Components for JSF
Post Reply
hfcprime
Posts: 108
Joined: 22 Feb 2011, 20:32

10 Aug 2011, 23:19

What is the correct syntax to call the rowEdit listener in 3.0? I know about the "ajax as behavior" changes, and am okay on the DataTableFeatureCompatibilityMatrix . Here is the start of the table

<p:dataTable rows="20" var="llRow" value="#{ldapApprovalTable}" paginator="true">
<p:ajax event="rowEdit" listener="#{ldapApproval.editRow}">

and the listener signature


public void editRow(RowEditEvent evt) {
...
}

The table displays and the editor toggles correctly between states, but the listener is not called. I also tried event="editRow", no dice. Thanks.
ENVIRONMENT
Angular 5.2.4, CLI 1.6.8, PrimeNG 5.2.0, Chrome 64.0.3282.186, Angular CLI project in Webclipse IDE, Win 10 Pro


hfcprime
Posts: 108
Joined: 22 Feb 2011, 20:32

11 Aug 2011, 14:57

I've seen that link, as I said. Question is, what is the correct spec for rowEdit events/listener in 3.0? Something like

<p:ajax event="rowEdit" listener="#{bean.editListener}"/>

where the listener has the signature in my post. Or not...
ENVIRONMENT
Angular 5.2.4, CLI 1.6.8, PrimeNG 5.2.0, Chrome 64.0.3282.186, Angular CLI project in Webclipse IDE, Win 10 Pro

kukeltje
Expert Member
Posts: 9605
Joined: 17 Jun 2010, 13:34
Location: Netherlands

12 Aug 2011, 01:33

In another post i read something about it being called 'cellEdit'

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 24 guests