Previously my application worked on primefaces-6.2 and myfaces-2.2.7 Now, we have upgraded to primefaces-12.0.0-jakarta and jakarta-faces-4.0.5 we are facing some icon issues at some places while launching screens
For example like the one in below
cancelbuttonimage
the image was not working after upgrading
I have changes all the namespaces from javax to jakarta and namespaces also and even tried resources url’s in *.css files
And cross checked the old application and new application in developers tools i found this resources like the below
old image – here i found that cancel image is coming from javax.faces.resource/messages/message.png
new image – but here i didn’t found anything related to message image
Do I need to change any properties to get those.