cancel
Showing results for 
Search instead for 
Did you mean: 

UI control bind with image

Former Member
0 Kudos

a link or a button that bind with imagesource.

i can see the icon gif files shows in webpage

after few days, i check back the the icon show in webpage is gone with 'X'.

Is anyone have face this issue before.

this is really weird.

the project is in DC and i am using JDI to check-In activate and show on.

Accepted Solutions (1)

Accepted Solutions (1)

former_member185029
Active Contributor
0 Kudos

Hi,

Where excalty you are storing that image?

Are you using a URL to point to that image?

Ashu

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

This problem might be because the image is not properly checked in.

it is present in ur stand alone application but when u try to run it from JDI, it check the Image and if it is not found it displays the X sign..

AM

Former Member
0 Kudos

Hi..

I too think tht image is not available in tht given path ... If it is availb Bind it once again and then chk it...

Urs GS

Former Member
0 Kudos

I put my image in src/mimes

Former Member
0 Kudos

Hi,

If you are putting it in src/mimes/Components/<Component Name>

then you can directly refer it using its name eg. if your image name is image1.gif then provide only this name in image src property of your UI element.

Remember the name you give should be match its CASE too as it is case sensitive.

Regards,

Murtuza

Former Member
0 Kudos

what you say is totally correct...there is no problem in standalone webdypro project

but when dealing with JDI , i am not so sure if i should create activity for image...

or the image will be definitely be there...

after i redeploy , the images is displayed. i worried if this thing happen again.

Former Member
0 Kudos

HI,

It behaves in the same way in your case too.

Regards,

Murtuza

Former Member
0 Kudos

When you r puttin ur image into mimes\Components folder, it will ask for new activity to b created...........n then wen u deploy d images will b displayed

Former Member
0 Kudos

HI,

Check if the image is still available in that path.

Right click on the 'X' mark and click on the properties to see the path of the image its trying to retrieve.

Regards,

Venkat