p:selectOneMenu is disabled with primefaces 7 integrated on SB Admin template

63 Views Asked by At

I integrated SB Admin template on my jsf project

All is worked fine with primeaces 6.

However, I got a problem after upgrading to primefaces 7. the p:selectOneMenu becames disabled.

I got that exception:

enter image description here

I deleted jQuery.escapeSelector = Sizzle.escape; from jquery.js.

enter image description here

But the problem persists

Could you please tell me what I missed ?, thanks a lot.

1

There are 1 best solutions below

0
On BEST ANSWER

there's no need by putting both primefeces folder and vendor>jquery

you can try that architecture:

enter image description here

HTH