cancel
Showing results for 
Search instead for 
Did you mean: 

Modify AJAX Framework Page Layout - Needed JAR files !!

SandipAgarwalla
Active Contributor
0 Kudos

I am trying to add a footer to the the layout of Ajax Framework Page. I imported the war file of com.sap.portal.navigation.afp.layout. After importing, I am not able to resolve the following errors in the editor. I added most of the JARs, but cant seem to resolve the followings,

LShapeLayout.jsp


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

2) IDocModeService - <%@ page import="com.sapportals.portal.prt.service.laf.IDocModeService" %>

3) IDocModeService docModeService = (IDocModeService) PortalRuntime.getRuntimeResources().getService(IDocModeService.KEY);

afpFrameworkLayout.jsp


1) <%@ page import="com.sap.portal.navigation.json.JSONArray" %>

2) epPageVariables

3) JSONArray

How do I resolve these? What are the JAR files?

Thanks

Sandip

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186017
Active Participant
0 Kudos

Hello Sandip,

You can easily add a footer by creating an iView (whatever iView you want) and adding it to the Ajax framework page you are using.

In any case, you will have to tackel the scroll bar that you will get on the body by chaging pagesupprt.js (As I mentioned in another thread you asked about that)

BR,

Nadav.

SandipAgarwalla
Active Contributor
0 Kudos

Thanks Nadav

Does it mean no need to modify the layout ! Just adding the iview to ajax page with its default layout would work?

Regards

Sandip