I'm making a java web app, and I want it to display an image. However, it doesn´t find my image.
I`ve made a folder in /src/main/resources/images
Also, in the .jsp file, I´ve tried with the following sentences.
< img src="/src/main/resources/images/Head.png">
< img src="< c:url value='/src/main/resources/images/Head.png'/>">
Is there anything bad I'm doing?
Thanks
Aucun commentaire:
Enregistrer un commentaire