I have a simple
Code: Select all
<p:schedule>Code: Select all
<p:schedule value="#{controller.model}" eventSelectListener="#controller.onEventSelect}"
startWeekday="1" onEventSelectComplete="eventDialog.show()">
</p:schedule>
Now, if I click on an event the select method in the controller will not get fired, neither will the dialog be shown.
If I set editable=true everything works just fine.
Is this expected behaviour or a bug?