As you may know, when using getContextPath() in a .jsp, it allows you to forget about hardcoding int the first part of the URL in your code. The situation I wish to address is when you are using images, style-sheets, etc during websphere development.
Does anyone know of a way for me to encode my src="..." in such a way that I am able to see the images using the GUI designer or to use the style-sheet and see its effects while I am in development mode?
I'd appreciate any responses you have.
Does anyone know of a way for me to encode my src="..." in such a way that I am able to see the images using the GUI designer or to use the style-sheet and see its effects while I am in development mode?
I'd appreciate any responses you have.