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
Evita DSouzaEvita DSouza 

How to rerender a component on VF page on button click, where button is within the component

Hi,
I have a VF page where there are 3 components.
In Third component records are fetched from custom object and displayed in table format using HTML <table>,<tr>,<td> tags.
I am displaying a button against each record to upload a attachment against it. Once attachment is uploaded, user is able to see 2 apex command buttons "View" and "Delete".
The attachment is uploaded, viewed and deleted. Functionality is working fine.
I need help to rerender only third component on VF page when user clicks on "Delete" button, where delete button is within the third component.


 
Alain CabonAlain Cabon
Hello,

You should post your code because the documentation of VFP has many samples of code using rerender but that doesn't work for your code precisely (should be fixed).