Unhandled by MetaTagHandler message

UI Components for JSF
Post Reply
Alan
Posts: 102
Joined: 25 Oct 2010, 04:45

02 Sep 2011, 01:57

Im getting this message in the log:

Code: Select all

SEVERE: /admin/listLocations.xhtml @80,58 id="llAjaxRS" Unhandled by MetaTagHandler for type org.primefaces.component.behavior.ajax.AjaxBehavior
SEVERE: /admin/listLocations.xhtml @83,58 id="llAjaxRU" Unhandled by MetaTagHandler for type org.primefaces.component.behavior.ajax.AjaxBehavior
Based on the p:ajax tags in my p:dataTable. The rowSelect event seems to work ok, but if something is broken I would like to fix it. My data table starts like this:

Code: Select all

                    <p:dataTable  
                        id="llDataTable"
                        rows="#{listLocations.pageSize}"
                        value="#{listLocations.locationList}"
                        selection="#{listLocations.selected}"
                        var="loc"
                        selectionMode="single"
                        emptyMessage="No Locations Found"     
                        >

                        <p:ajax id="llAjaxRS"
                                event="rowSelect" listener="#{listLocations.doRowSelect}" 
                                update=":llSelectForm" />
                        <p:ajax id="llAjaxRU"
                                event="rowUnselect"
                                update=":llSelectForm" />
Is there any corrective action for me to take?
Netbeans 7.1, GlassFish 3.1.1, MacOS X 10.6.8, Safari, Firefox

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

02 Sep 2011, 02:12

Primefaces 0.9 does not support the row(un)Select ajax events within a datatable.

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 19 guests