Problem update in PF RC1

UI Components for JSF
Post Reply
orko2002
Posts: 44
Joined: 27 Dec 2010, 22:31

24 Nov 2011, 18:37

Hi, i update the project to RC1, before i was using M3 this code works on M3 and not over RC1 and i cant find why
i hope someone can help

Code: Select all

<h:form id="userForm">
	<h:outputText value="#{msg.label_password}:" />
	<p:password id = "password" value="#{userBean.password}" feedback="false" />

        <p:commandButton value="#{msg.button_generar}" style="font-size: 8px;" 
                       		process="@this"	update="confirmPassword password" 
                       		actionListener="#{userBean.generarPassword()}"  />

	<h:outputText value="#{msg.label_password}:" />
        <p:password id = "confirmPassword" value="#{userBean.confirmPassword}" feedback="false"  />
The idea is generaPassword() fill the password and confirmPassword of the backbean and i want to see that on the page, in RC1 the method fire but no update the view

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 58 guests