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
rvkrvk 

page block table is not getting rendered

A  VF page using jquery tabs and a left horizontal navigation menu. when click on a  item description of a record should show on tab1 , tab2 displays associated accounts  uisng page block table, tab3 contacts. tabs should rerender up on naviagtion tab1 is getting refresh while tab2 and tab3 are not getting rerendered.

jd123jd123

HI

 

wrire for each tab

this id you can use in the rerender 

<apex:outputpanel id='some'>

rvkrvk

Now problem i am facing is that all tabs are rendering only once when selecting a record from left naviagtion. If i select another record it is not working at all.

SFDC_VikashSFDC_Vikash

Hi

 

Put the tabs in an outputpanel with an id and in navigation menu section of VF page add an actionsupport function with event onchange which have an action that call a method in controller to re populate the records & have outputpanel id in reRender attribute.