We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4403ec4 commit 9a4f663Copy full SHA for 9a4f663
emailmanager/hope-website/testDateField.xhtml
@@ -58,12 +58,12 @@
58
<f:facet name="filter">
59
<p:selectCheckboxMenu onchange="PF('birthdayTable').filter()"
60
label="Select">
61
- <f:selectItem itemValue="0"/>
62
- <f:selectItem itemValue="1"/>
63
- <f:selectItem itemValue="2"/>
64
- <f:selectItem itemValue="3"/>
65
- <f:selectItem itemValue="4"/>
66
- <f:selectItem itemValue="5"/>
+ <f:selectItem itemValue="0" itemLabel="0"/>
+ <f:selectItem itemValue="1" itemLabel="1"/>
+ <f:selectItem itemValue="2" itemLabel="2"/>
+ <f:selectItem itemValue="3" itemLabel="3"/>
+ <f:selectItem itemValue="4" itemLabel="4"/>
+ <f:selectItem itemValue="5" itemLabel="5"/>
67
</p:selectCheckboxMenu>
68
</f:facet>
69
<h:outputText value="#{birthday.id}"/>
0 commit comments