cancel
Showing results for 
Search instead for 
Did you mean: 

image in wd-java

Former Member
0 Kudos

Hi

Can anyone send me a code for displaying an image in a web dynpro -java application.

This will be a static image.

Your help is appreciated.

Thanks -sm

Accepted Solutions (1)

Accepted Solutions (1)

former_member197348
Active Contributor
0 Kudos

Hi sm,

Check this [thread|].

Regards,

Siva

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

1. Copy your image from local file system.

2. Open your project in the navigator view and navigate to the folder src>mimes>component--><component name>, Paste the image over here.

3. Create an image UI element in your view.

4. Set the img source property of the ui element to the name of the image eg. a.jpg remember the name is case sensitive.

Regards,

Murtuza

Former Member
0 Kudos

Thanks for all your responses.

Its working

Edited by: sm on Dec 5, 2008 5:14 PM

ravindra_bollapalli2
Active Contributor
0 Kudos

hi,

check the following threads

http://www.vogella.de/articles/SAPWebDynpro/article.html

and also refer the JA310 book there one example given the how to add the image in webdynpro

let me know u need further information

bvr

Former Member
0 Kudos

Hi

Go through this thread

Regards

Ruturaj

Former Member
0 Kudos

Hi,

Please refer following threads,

Regards,

ramesh

Edited by: Ramesh Babu V on Dec 5, 2008 9:32 AM