cancel
Showing results for 
Search instead for 
Did you mean: 

Profile keeps old property value after change in Content Administration

0 Kudos

Hello,

Inside of my coding I read a property value from profile:

IPortalComponentRequest request = (IPortalComponentRequest) this.getRequest();

IPortalComponentProfile profile = request.getComponentContext().getProfile();

String svalue = profile.getProperty("ProxySet");

Then I go to "Content Administration" and change a value from "true" to "false" in property "ProxySet", however it still shows me previous "true" value when I debug the code. I don't believe I have to restart entire portal to make this change work on one iView, right? Please advice!

Thanks,

Yan

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Vikas,

I did save changes in properties.

Thanks,

Yan

Former Member
0 Kudos

Hi Yan,

Well that's true that you need not restart the portal after the changes in the iView, but have you saved all the changes made in the iView properties. Please check it and ensure you save all the changes made in the iView properties.

I hope this helpful/solves your problem!!! If so then Please reward points..

Rgds,

Vikas.