cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Image from Par file

Former Member
0 Kudos

Hi,

Thanks for helping!

We have made a .par file in which we have created an image folder. We now want to get a hold on these images from a jsp file in the same .par file. How can we do that?

Example:

com.sap.testproject

Jsp folder

.jsp file

Images

image1.gif

image2.gif

How should the code look like?

Jsp Code:

src = "../images/image2.gif" ?? (This does not work..)

Hope you can help!

Many thanks and the best regards

Kris

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kris

Check this thread,

/thread/69490 [original link is broken]

hope it helps, if so close the thread

cheers

Sameer

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks for the help!