cancel
Showing results for 
Search instead for 
Did you mean: 

Relative path related : getRelativeImageURL

Former Member
0 Kudos

hi,

I am modifying a piece of code.

In that we have two lines of code

ILAFService lafSrvc = (ILAFService) PortalRuntime.getRuntimeResources().getService(ILAFService.KEY);

String loadingURL = lafSrvc.getRelativeImageURL(componentRequest, ThemeType.UR, "/common/loading/loading_ani.gif");

I wanted to know where the image is stored?

also is it possible to know , the source of request and destination?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member227283
Active Contributor
0 Kudos

Hi,

Image is stored in below location.

/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/sap_tradeshow/common/loading/loading_ani.gif

Thanks

Anil

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

we are using application integrator iview to call a webservice. We are trying to apply custom theme to the page displayed. I have modified a existing theme and made my own theme. In the SDN blogs and a related document from SDN I got that I need to set the .css file url and set LAF parameter value in the iview. but I didn't get what to set and where to set the values? I tried various combinations, none worked. I need to know what and where to set LAF property and what to set in urltemplate?

Kindly help

thanks