Notification Bar does not update collection

UI Components for JSF
Post Reply
Daniel
Posts: 2
Joined: 06 Apr 2011, 09:57

07 Apr 2011, 18:16

I have notification bar and data table inside of it which gets data from collection. An addition i have command button which updates panelGroup that surrounds notification bar. But changes in collection doesn't displayed. Code something like this:

<h:panelGroup id="notificationPanel">
<p:notificationBar position="top" effect="fade" widgetVar="topBar">
<h:dataTable value="#{notificationBean.notificationBar}" var="notification">
<h:column>
<h:outputText value="#{notification}" />
</h:column>
</h:dataTable>
</p:notificationBar>
</h:panelGroup>

Is that bug?

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 25 guests