I use WSAD .I call report from jsp page through crystal report java viewer.Result is everything appear correctly except the button.( ex. print button )there are red cross instead of picture of button ( pictures of any button are in the path of these jar file). How can I do to fix this problem?Thank for any coming help.
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 11862
posted
0
The browser needs to be able to request the image file using http, so that file needs to be in the application directory just like an html file. Servers are not allowed to respond to requests for resources under WEB-INF - Bill