Hello there,
I have a JSP page that has a couple of images in, when I type the address of the JSP directly in my browser the page loads, with images and all. But when I go the page, through my servlet [RequestDispatcher.forward()] the page loads but the images are not displayed?
Now I don't know how that works, the code stays the same and the locaiton of the images stay the same. So i.e. JSP pages act diffirently if you go through a servlet and if you go directly to it by just typing the address in the browser. Why is this?
I'm also struggling with a normal button in the JSP page, when clicked, invokes some javascript on it and forwards you to a static HTML page, this button isn't working either...
I'm struggling my ass of just to load images, that's rediculous...
Thanks in advance!