function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
asapjimasapjim 

reRender is failing for non admins

Hi, I have a situation where reRender triggered from a commandlink is not working for non-admins.  I can see the out of band call being made in the debug logs, but instead of executing the code I just see:

 

EXECUTION_START

CODE_UNIT_STARTED [EXTERNAL]|###############|VF: 

CUMULATIVE_LIMIT_USAGE 

CUMULATIVE_LIMIT_USAGE_END 

CODE_UNIT_FINISHED VF: /apexremote

EXECUTION_FINISHED 

 

Whereas when I exercise the same code as an admin, I will see a number of methods executing and the expected portions of the page refresh.

 

I am not seeing any errors in the debug log.

The pageMessages component is not populated with an error message.  I have added the pageMessages id to the reRender tag.

I have wrapped the datatable that I am refreshing in an outputpanel.

This was working for everyone and just stopped working for non-admins day before yesterday.

 

Any ideas would be welcome.

 

Thanks!

 

 

bob_buzzardbob_buzzard

If it was working and it has just stopped, i.e. no other changes have been made to the code or the profiles, then it could be a winter 13 release problem.  I'd raise a case with support.