pe:inputNumber ajax regression

Community Driven Extensions Project
Post Reply
ltelegescu
Posts: 9
Joined: 04 Mar 2013, 20:50

09 Jun 2015, 21:45

Since I updated to primefaces 5.2 and primefaces-extensions 3.1.0, pe:inputNumber ajax has strange behavior. I use the following simple code to show that

Code: Select all

<pe:inputNumber id="minute" value="#{test.minutes}">
                    <p:ajax event="keyup" listener="#{test.displayValue}"/>
                    <f:converter converterId="javax.faces.BigDecimal"/>
                </pe:inputNumber>

               BigDecimal minutes;
               public void displayValue() {
                      System.out.println(minutes); // minutes is not displayed correctly
                }
If I use PF 5.1 whith PFE 2.0 everything is fine. The same situation is for inline css for this component, from PFE 2.0 I need to use external css with styleClass.

Netbeans 8.0.2, PF 5.2, PFE 3.1.0, JDK 1.8_0_45, Mojarra 2.2.8, Glassfish 4.1

tandraschko
PrimeFaces Core Developer
Posts: 3979
Joined: 03 Dec 2010, 14:11
Location: Bavaria, DE
Contact:

10 Jun 2015, 08:56

whats your strange behavior? keyup doesn't word but it's fixed for the upcoming version.
Thomas Andraschko

PrimeFaces | PrimeFaces Extensions

Apache Member | OpenWebBeans, DeltaSpike, MyFaces, BVal, TomEE

Sponsor me: https://github.com/sponsors/tandraschko
Blog: http://tandraschko.blogspot.de/
Twitter: https://twitter.com/TAndraschko

Post Reply

Return to “Extensions”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 23 guests