triStateCheckbox doesn't work

Community Driven Extensions Project
Post Reply
guibernardi
Posts: 16
Joined: 19 Aug 2015, 15:16

01 Aug 2016, 14:17

Hi everyone.

I'm trying to use the triStateCheckbox from "http://primefaces.org/ui/extensions", but it doesn't work.

The versions are:
Primefaces: 6.0
Primefaces-Extensions: 6.0.0
Olympos-Theme: 1.0

I'm following the showcase example and it didn't work, so I put fixed value in .xhtml and tried a lot of options... anyone had the same problem?

Code: Select all

<pe:triStateCheckbox value="#{pessoasController.value1}"/>

Code: Select all

@Named("pessoasController")
@ViewScoped
public class PessoasController extends MVController implements Serializable {

    @Getter @Setter private String value1;

public void init() {
        value1 = "0";
}

....
Thanks in advance.

Jan Eckert
Posts: 84
Joined: 11 Sep 2014, 10:13
Location: Brussels, Belgium

25 Oct 2016, 16:45

You forgot to mention what is not working as you expect :lol: :mrgreen:
Primefaces 6.1+
Wildfly 11

Post Reply

Return to “Extensions”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 7 guests