There is a known bug in JAXB: https://jaxb.dev.java.net/issues/show_bug.cgi?id=733
JAXB does not properly generate boolean field getters and setters, this bug is left unfixed for backwards compatibility.
A JAXB plugin exists ...
I have a number of Booleans that I want to group together by using a h:selectManyCheckbox. I don't want the value to be an ArrayList or Array, just my XX Boolean ...
I've created a composite and declared one of the attributes to be of type java.lang.Boolean. When I try to use this composite, I use el to invoke a method that returns ...
Hi, I've only been busy with jsf now for a couple of weeks. I'm now trying to adjust my output according to a simple boolean. I used to do this with tags, but I'm looking for a more jsf-friendly way. I tried the outputFormat, using the choice format, but that only works with numbers (integers only?). I'm looking for the ...
hi, we are using trinidad tags in our application. I have a requirement where i need to do a requiredness validation if the user does not check a check box. Normally when we specify required="true" for a input text or combobox. it shows a validatation message if the user does not enter a valid text or does not select any thing ...