Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PFS selector throws a JS exception when primefaces.SUBMIT is 'partial' #4361

Closed
mertsincan opened this issue Jan 7, 2019 · 0 comments
Closed
Assignees
Labels
6.2.14 🐞 defect Bug...Something isn't working
Milestone

Comments

@mertsincan
Copy link
Member

Reported By PRO User;

...As you can see, when using ID of form it will fail on JS error:

core.js?ln=primefaces&v=6.2.13:1 Uncaught TypeError: Cannot read property 'replace' of undefined
    at Object.escapeClientId (core.js?ln=primefaces&v=6.2.13:1)
    at Object.send (core.js?ln=primefaces&v=6.2.13:3)
    at Object.offer (core.js?ln=primefaces&v=6.2.13:3)
    at Object.handle (core.js?ln=primefaces&v=6.2.13:3)
    at Object.PrimeFaces.ab (core.js?ln=primefaces&v=6.2.13:3)
    at HTMLButtonElement.onclick (applicationFlow?execution=e2s3:153)

To replicate this error, please use;

<context-param>
  <param-name>primefaces.SUBMIT</param-name>
  <param-value>partial</param-value>
</context-param>
@mertsincan mertsincan self-assigned this Jan 7, 2019
@mertsincan mertsincan added 🐞 defect Bug...Something isn't working 6.2.14 labels Jan 7, 2019
@mertsincan mertsincan added this to the 6.3 milestone Jan 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.2.14 🐞 defect Bug...Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant