RefreshAlways behaviour

Certified Senior Developer

Hi,

I want to understand how refreshAlways parameter set to true behaves. Lets say I have interface A which is having one child interface B which is having 5 radio buttons and for all 5 radio buttons, i have 5 different interfaces called in parent interface A. Whenever I click on one radio button, one corresponding interface will display. I have used refreshAlways parameter for some local variables present inside those 5 interfaces. When I click on those radio buttons, will the local variables present in the 5 interfaces defined under refresh always will refresh or they will refresh when we interact with any component present inside those 5 interfaces?

  Discussion posts and replies are publicly visible