Hi, I downloaded the SAP personalization sample par from:
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/a-c/custom personalization dialogs I'm just trying to figure out how to run it. Here are the steps that I've done:
1. Create new Portal Application Project from scratch
2. Then, I plugged source code of output.java and selectionScreen.java into my scr.api folder.
3. I changed the portalapp.xml file to:
<b><?xml version="1.0" encoding="utf-8"?>
<property name="startup" value="true"/>
<property name="SharingReference" value="htmlb"/>
<components>
<component name="default">
<component-config>
<property name="ClassName" value="output"/>
<property name="SecurityZone" value="com.sap.portal.pdk/low_safety"/>
</component-config>
<component-profile>
<property name="PersonalizationClass" value="selectionScreen"/>
<property name="selectedval" value=""/>
<property name="personalization" value="no-dialog"/>
</component-profile>
</component>
</components>
<services/>
</b>
4. Everything compiled and I exported par file to my portal EP 6.0
5. On Portal, I went to the 'Code Inspector', clicked on my project --> Then clicked on 'Start' and a window pops up displaying only "Here are your selections".
Am I doing something wrong, is there something extra I have to add? I'm a novice in all this so any details, helpful hints or code is greatly appreciated!
Thanks a great deal,
Baggett