cancel
Showing results for 
Search instead for 
Did you mean: 

Image not showing in Abobe integrated with Java WebDynPro

Former Member
0 Kudos

Hi All,

Image is not showing in Abobe integrated with Java WebDynPro.

I did the following:

Added the image field in adobe form. in URL value set the value of context node binding. Binding set to none and size set to Use Original Size.

Then in script editor i wrote

this.value.image.href = xfa.resolveNode(this.value.image.href).value;

at innitialize , javascript and client.

I can see the image from the same url context value if image field is created directly in WebDynPro View.

Can anyone suggest what is missing?

Thanks and Regards,

Nuzhat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Try changing your line of code for this one


this.value.image.href = xfa.record.Images.URL;

Check that the url passed by scripting is correct with a messageBox for example.

You can also try assigning a hardcoded url at scripting level to check if its works.

Best regards, Aldo.

Former Member
0 Kudos

Hi Aldo,

Thanks for your reply.

The new line of code brought no difference.

As for url being correct , as i already mentioned that I can see the image in webdynpro if i bind the same field in webdnpro view to a image uielement.

Any other suggestions.

Thanks and Regards,

Nuzhat

Former Member
0 Kudos

Any Suggestion on this?

After so many months of trail its still not working.

Regards,

Nuzhat