0

I reached to display some images from a directory by adding the below config in my web server wildfly

<location name="/images" handler="PictureDir"/>
<file name="PictureDir" path="C:\tmp\mag" directory-listing="true"/>.

The problem now that i need to display in a jsf web page all the images in the directory using my ManagedBean.. I tried simply to add all the images in an ArrayList images.. but it didnt worked for me. can you please support me ...

0 Answers0