Hi Experts,
Using SAP EP 7.0 SPS 18 and NWDS 7.0.18
I downloaded the par file com.sap.portal.layouts.framework because I wanted to increase the width of the detailed navigation panel. I imported it into NWDS and in the WAandNavPanel.jsp I modified this line
<hbj:page title="Portal Page"> <hbj:gridLayout id="GridLayout1" width="100%" cellSpacing="2"> <hbj:gridLayoutCell rowIndex="1" columnIndex="1" width="20%" verticalAlignment="top"> <lyt:container id="navPanelContainer" /> </hbj:gridLayoutCell> <hbj:gridLayoutCell rowIndex="1" columnIndex="2" width="80%" verticalAlignment="top"> <lyt:container id="workAreaContainer" /> </hbj:gridLayoutCell> </hbj:gridLayout> </hbj:page>
To this:
<hbj:page title="Portal Page"> <hbj:gridLayout id="GridLayout1" width="100%" cellSpacing="2"> <hbj:gridLayoutCell rowIndex="1" columnIndex="1" width="25%" verticalAlignment="top"> <lyt:container id="navPanelContainer" /> </hbj:gridLayoutCell> <hbj:gridLayoutCell rowIndex="1" columnIndex="2" width="75%" verticalAlignment="top"> <lyt:container id="workAreaContainer" /> </hbj:gridLayoutCell> </hbj:gridLayout> </hbj:page>
I then selected 'Quick PAR Upload' from NWDS and selected 'Include the source code of the portal application' and 'Deploy PAR' checkboxes and then deployed.
Now when I login to the portal, its just a blank screen. What did I do wrong, and how can I fix this please?
Regards,
Marshall.