cancel
Showing results for 
Search instead for 
Did you mean: 

EP6: How to implement Custom Personalization

Former Member
0 Kudos

I have a class that realises a custom personalization dialog. In EP5 the name of this class had to be specified in the properties file as property PersonalizationClass. I've not found any information how to specify this class in EP6. I tried to specify a property with name="PersonalizationClass" in the component-config part of portalapp.xml but it had no effect.

Can anyone tell me the appropriate syntax or point me to relevant documentation?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The personalization class should be an abstract portal component.Specify the class name in the default.properties file of the iview component.

You also have an example on the same in the latest version of PDK ie 5.0.6.0.

Thanks,

Vivek