Faces Massages do not show if there is a schedule component

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
Ireth
Posts: 4
Joined: 20 May 2013, 10:07

10 Nov 2018, 09:59

Sorry if it's a duplicate, but I couldn't find any existing topic about this issue.

The problem is that if there is a schedule component in the view, any faces massages added to the context do not show.
I tried with "p:messages" and "p:growl" components but with no luck.

You can reproduce the issue with the showcase. If you move an event, a Faces Message is expected, but it doesn't appear.

Thanks for your time! Any help would be appreciated!

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

13 Nov 2018, 15:37

Hi,

Please see our PrimeFaces showcase; https://www.primefaces.org/showcase/ui/ ... dule.xhtml (the first example)

You can change your code according to it.

Best Regards,

Ireth
Posts: 4
Joined: 20 May 2013, 10:07

20 Nov 2018, 07:11

Thanks Aragorn, but the issue occurs when Barcelona theme is enabled.

Please, see the Barcelona Showcase. When you move an event, a Faces Message is expected, but it doesn't appear.
https://www.primefaces.org/barcelona/data.xhtml

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

20 Nov 2018, 09:45

Please, see the Barcelona Showcase. When you move an event, a Faces Message is expected, but it doesn't appear.
https://www.primefaces.org/barcelona/data.xhtml
- This is just a demo. We cannot add all the properties of the components to the demo pages. Please change data.xhtml page in our sample project;

Code: Select all

<div class="card card-w-title">
                        <h1>Schedule</h1>
                        <p:growl id="messages" showDetail="true" />
                        <p:schedule id="schedule" value="#{scheduleView.eventModel}">
                            <p:ajax event="eventMove" listener="#{scheduleView.onEventMove}" update="messages" />
                        </p:schedule>
</div>

Post Reply

Return to “Barcelona - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 5 guests