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
t.deepthi05t.deepthi05 

Remote action rerender


I am using remote action for displaying records on the visual force page.My remote action method is inside repeat tag when i rerender my repeat my remote action is not functioning.

I am getting the following error."No remoted actions found to resolve"

Can i know how to rerender the panel with repeat tag and i cannot write remote action outside repeat panel.

Vinit_KumarVinit_Kumar
Not sure what you are trying to achieve as reRender attribute is not supported by <apex:repeat> tag.Go through the below link to learn more about supported attributes :-

https://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_repeat.htm

If this helps,please mark it as best answer to help others :)
t.deepthi05t.deepthi05
I am not using reRender on repeat panel i am using reRender on commandbutton to reRender the repeat panel