I’m getting the following error on using calendar component:
Uncaught TypeError: Object # has no method ‘datepicker’
This problem is coming in primefaces.js (PrimeFaces.widget.Calendar).
The code is:
<p:column id="startDate">
<p:calendar value="#{article.startDate}" mode="inline"
id="inlineCal" pattern="MM/dd/yyyy">
<f:convertDateTime pattern="MM/dd/yyyy" />
</p:calendar>
</p:column>
What could be the possible issues ?
Thanks,
Shikha
As Daniel pointed out, Jquery library was included explicitly. thereby causing conflicts.