problem with p:growl and p:password

UI Components for JSF
Post Reply
Oswaldo
Posts: 1
Joined: 10 Oct 2013, 20:58

09 Aug 2014, 21:58

Hi, i'm having problems with login validation, no render a p:growl when i submit the page, and i delete the component p:password and it's work, can you help me?

Code: Select all

<h:panelGrid columns="2" cellpadding="5" styleClass="jqm-center">

                        <h:outputLabel for="username" value="Username:" />
                        <p:inputText id="username" value="#{sessionController.user.username}" required="true" label="username" />

                        <h:outputLabel for="password" value="Password:" />
                        <p:password id="password" value="#{sessionController.user.password}" required="true" />

                        <f:facet name="footer">
                            <p:commandButton value="Login"
                                             actionListener="#{sessionController.login}"
                                             oncomplete="handleLoginRequest(xhr, status, args)"
                                             update="growl"
                                             />
                        </f:facet>



                    </h:panelGrid>

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

11 Aug 2014, 19:02

there is no growl in your code and no version info and nothing (specific) related to primefaces mobile...

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 46 guests