cancel
Showing results for 
Search instead for 
Did you mean: 

portal 7.3 AFP layout customization

Former Member
0 Kudos


Hi team,

what configuration  are needed in EAR project which we craete while doing the customization for AFPlayout application.

in my scenirio i have dowlanded the

  1. com.sap.portal.navigation.afp.layout.war

from server and created the corresponding EAR project for the same.

Now i have made my changes and want to deploy the ear file back to the server what is the procedure for the same what all configuration needed and points to be checked that it does not overwrite teh original war file.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi All,

i have added all jar files but still facing below three issue can anybody help me out how to resolve this issue.

PortalRuntime not resolved in below code

NavigationEventsHelperService navHelperService = (NavigationEventsHelperService) PortalRuntime.getRuntimeResources().getService(NavigationEventsHelperService.KEY);

Map not resolved in below code.

   Map splashScreenParams = navHelperService.getDataFromSharedStorage(new String []{AFPPhaseConfiguration.ATTR_NAME_SHOW_SPLASH_SCREEN});

taglib not resolved in belwo code

<%@ taglib uri="prt:taglib:com.sap.portal.reserved.layout.TagLibLayout" prefix="lyt" %>