I'm doing a web project with JSF and PrimeFaces. When I save an image in the directory of my project and I want to use it at that moment, eclipse shows me this error saying that it does not find the specified route:
I have to update the fotosEmpleados
folder where I save my photos, right click on the folder and refresh and it is when the image I saved appears as shown in the following image:
When I click on my show button, it saves the image in the mentioned directory, but I also want to show it from the directory and that's where I get an error that says it does not find the specified route. I have to refresh the folder again so that I can recognize that the image exists.