cancel
Showing results for 
Search instead for 
Did you mean: 

Can't create a new portal desktop

Former Member
0 Kudos

Hi

I try to create a new page layout according to the instructions that can be found on help.sap.com.

I start with creating a new portal project in Eclipse. I then create a new file in directory dist/PORTAL_INF/jsp called fullWidth.jsp. In this file I add the code:

I save the project and uploads the par file to the server. The par file is uploaded and the folder can be found in the pcd directory.

I then create a new template layout (New From Portal Archive-Layout) in the Portal Content/Templates/Template Layouts folder in the EP 6. When this is done the template is added to the folder.

I then create a new page of this template. The template can be chosen in the list. The problem is that when the new page is created and I have added an iview that works on other pages, nothing are shown on the page when I do the preview.

Does anyone have a clue I will be happy! I have found this documentation at : http://help.sap.com/sapdocu/netweaver/portals/ep60sp2/helpdata/en/4b/29cf122f414721964269e1b675d62c/...

Brgds// -Fredrik

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Fredrik,

I usually start by extracting the delivered PAR file com.sap.portal.layouts.default.par and then making my changes to the portalapp.xml and JSPs. Have you tried this method instead of building one from scratch?

PS make sure that you name the new par file something else like com.xyz.layouts.par

Best regards,

Will