poll on 3.0 Snapshot

UI Components for JSF
Post Reply
luisalves00
Posts: 71
Joined: 21 Feb 2011, 18:37

16 Mar 2011, 17:01

Hello,

the example of poll on the showcase is not correct!

On the CounterBean:

Code: Select all

public void increment(ActionEvent actionEvent) {  
         count++;  
    }  
should be:

Code: Select all

public void increment() {  
         count++;  
    }  
i.e. no ActionEvent actionEvent

best regards

User avatar
ydarcin
Posts: 258
Joined: 04 Jan 2009, 19:02
Location: Turkey

16 Mar 2011, 17:28

hi,

thanks for pointing out, just fixed the showcase it will be changed when we deploy the new version.

Yigit

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 33 guests