Hi all
I cached the images in the client using javascript technique and I checked that with internet explorer and I found out that all the images has been available in the cach folder but I found out everytime I make a rollover for an image then
JBoss write a new line on the consol for the image like that 'URI /images/image.gif' . it means that we hit the server everytime . do we need any special tunning for jboss to support images preloading and caching in the client . do you have any idea idea how to solve this problem and stop hitting the server everytime when we need an image from the client , again all the images are available on the client
thanks