question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Calendar: Uncaught TypeError: $this._base_updateDatepicker is not a function

See original GitHub issue

Describe the bug

Within 2-jquery.ui.pfextensions.js line 156 _base_updateDatepicker gets invoked, but this function does not exist.

$this._base_updateDatepicker(inst);

Reproducer

No response

Expected behavior

No response

PrimeFaces edition

No response

PrimeFaces version

12.0.0-SNAPSHOT

Theme

No response

JSF implementation

Mojarra

JSF version

2.3.14.SP04

Java version

1.8.0_333

Browser(s)

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
fcornelicommented, Sep 4, 2022

nice… so I didn’t see ghosts after all 😃

0reactions
fcornelicommented, Sep 29, 2022

OK, found the reason why I saw ghosts. If I run a local deploy via:

mvn clean install
mvn javadoc:jar deploy -DaltDeploymentRepository=release-repo::default::scp://192.168.100.6/home/maven-releases/maven-releases

I get these funny JS errors. If I run a local deploy via:

mvn clean javadoc:jar deploy -DaltDeploymentRepository=release-repo::default::scp://192.168.100.6/home/maven-releases/maven-releases

everything is OK.

Hence you always need do run a clean build I guess…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Uncaught TypeError: $(...).datepicker is not a function ...
I am running on Django but I dont think it is relevant for this error. I try to make work my date picker...
Read more >
TypeError: $(...).datepicker is not a function in jQuery
To solve the "$(...).datepicker is not a function" jQuery error, make sure to load the jQuery library before loading the jQuery UI library....
Read more >
Uncaught TypeError: $(...).datepicker is not a function
Hi All,. Getting the following errors for trying get a datetime picker. Create:247 Uncaught TypeError: $(...).datepicker is not a function
Read more >
Uncaught TypeError: $(...).datepicker is not a function
I want to choose a date and the other will automatically give me 2months later date. its shows me this error "Uncaught TypeError:...
Read more >
datepicker is not a function with Pro 4.18.0 - MDBootstrap
Expected behavior. I am trying to use the basic example for the new datepicker API and the datepicker method is not present in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found