SEVERE log message from p:ajax tags

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

24 Sep 2011, 01:37

I have a p:dataTable with embedded ajax tags in them like this:

Code: Select all

   <p:dataTable id="tlDataTable"
       rows="#{listLog.pageSize}"
       value="#{listLog.dataModel}"
       var="log"
       selectionMode="single"
       selection="#{listLog.selected}"
       resizableColumns="true"
       emptyMessage="No Log Entries Found" >

  <p:ajax id="tla1" event="rowSelect" update=":tlForm" />
  <p:ajax id="tla2" event="rowUnselect" update=":tlForm" />
Whenever this page gets rendered, I get the following warning messages in the log:

Code: Select all

SEVERE: /admin/listLog.xhtml @103,84 id="tla1" Unhandled by MetaTagHandler for type org.primefaces.component.behavior.ajax.AjaxBehavior
SEVERE: /admin/listLog.xhtml @104,86 id="tla2" Unhandled by MetaTagHandler for type org.primefaces.component.behavior.ajax.AjaxBehavior
If I take out the id attributes, the messages go away.

The ajax behavior seems to be working -- I get the update the way I wanted. I just thought someone should know.

This is with 3.0.M3
Netbeans 7.1, GlassFish 3.1.1, MacOS X 10.6.8, Safari, Firefox

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 19 guests