p:password includeviewparam

UI Components for JSF
Post Reply
hwaastad
Posts: 56
Joined: 11 Oct 2010, 12:43

20 Apr 2016, 12:19

Hi,
I've noticed that 5.3.10 does not include p:password input when using includeviewparams in action:

Code: Select all

        <h:form id="loginForm" prependId="false">
            <p:outputLabel for="username" value="Username"/>
            <p:inputText label="username" id="username" value="#{registerController.username}" required="true"/>
            <p:outputLabel for="password" value="Password"/>
            <p:password label="password" id="password" value="#{registerController.password}" required="true"/>
            <p:commandButton id="submitButton" value="submit" action="../redirect.xhtml?faces-redirect=true&includeViewParams=true;" />
        </h:form>
password attribute is not forwarded in 5.3.10.
This has been working fine up to 5.3.8.

No issue using standard renderer.

/hw

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

21 Apr 2016, 01:01

I think issue is fixed for 5.3.11 and 6.0. Github Issue; https://github.com/primefaces/primefaces/issues/1284

hwaastad
Posts: 56
Joined: 11 Oct 2010, 12:43

21 Apr 2016, 14:28

aragorn wrote:I think issue is fixed for 5.3.11 and 6.0. Github Issue; https://github.com/primefaces/primefaces/issues/1284
That's good!.
Is there an ETA on 5.3.11?

br hw

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

21 Apr 2016, 15:25

Tomorrow ;)

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 54 guests