Hello
I am porting our portlets to sap ep and encountered the following problem:
JSR 168 defines three kinds of user preferences:
1. initial values of the portlet, globally valid for all users
2. values defined by the admin and different from [1], globally valid for all users
3. user defined values, overwriting the values of [1] and [2]. These values are set only for the current user.
I did code the user preferences using the IProfile, but where would i store the admin set values?
My first impression is that this is not supported by sap ep.