I develop something like a shopping cart. I can select multiple items (by clicking on the checkbox next to that item) and add them to a list. How can I know ... |
With code like this :
<h:selectBooleanCheckbox value="#{user.data['selected']}">
<f:ajax event="click" listener="#{timetableBean.processUserEvents}" />
<f:attribute name="user" value="#{user}" />
</h:selectBooleanCheckbox>
The method code is :
public void processUserEvents(AjaxBehaviorEvent ...
|
Ajax listener is not working in SelectBooleanCheckbox. I made test with few latest builds, including build #380. Many ajax problems are solved In the last few days but this one is ... |
|
I would like to have additional checkboxes in p:dataTable columns to define boolean properties for the items, but I also need single- and multi-row-selection in my dataTables. Currently I'm trying to ... |
>> << ibrahim.demir Posts: 5 Joined: 20 Mar 2009, 14:05 10 Aug 2011, 09:49 by ibrahim.demir h:selectBooleanCheckbox in p:wizard always submit false Hi, There is a problem to use booleanCheckbox in ... |
|
|
|
|
07 Nov 2011, 09:35 by ydkalyan selectBooleanCheckBox not working inside wizard component hi, i am using a selectBooleanCheckBox inside the wizard component which is not working properly. till confirmation tab the ... |
Hello. I've got a problem when using selectBooleanCheckbox with rowEditor in a dataTable. When i do an rowEdit/cellEdit on a selectBooleanCheckbox, take the check off the checkbox and click cancel on ... |
Hello, how do I find out if selectBooleanCheckbox is checked in javascript? Which method on widgetVar I should to call? Common jQuery techniques doesn't work to me. Thanks Vasek |
|
|
Hi, I'm with the same problem! I have a column with a selectBooleanCheckBox component inside. Then, when I click some column header to sort the table, all the columns are sorted ... |
If I include a p:ajax element within a h:selectBooleanCheckbox within a p:column header f:facet the containing datatable is not displayed. Any ideas? Also, the checkbox in the p:column header f:facet does ... |
Hello, I have a problem with selectBooleanCheckbox and inputMasked. When I check this, I need to enable one inputMask. And when I uncheck this, I need to disable one inputMask. It ... |
|
|
Hello Everyone, I am just considering using 3.0 component for my purpose, but I am confused a bit as it doesn't support changing the check box value by clicking on the ... |