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
Viraj MViraj M 

Edit action not working for related list in VF page ?

I have custom object and its related list. I have override the custom object page layout with VF page. Now when i click on edit of related list record then page redirects to black page .. can anyone please let me know what is wrong

User-added image
Best Answer chosen by Viraj M
Viraj MViraj M
I fixed the issue. It was switch type issue - i had given ajax. i changed to client it is working now...
<apex:tabPanel switchType="client"  activeTabClass="activeTab" inactiveTabClass="inactiveTab">
Reference link

https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_tabPanel.htm