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
ASFASF 

Reload the visual force page only the right side not the whole page. After click the tree view.

Hi, 

 

      I have a treeview in leftside. if i click  any of the link from tree view. i want to display a related records in right side.  its working properly. But the problem is after click the treeview link the page gets reload and the tree view get collapsed.  i want to reload only right side. not the whole page. Is there any possiblities are there?

AuyonAuyon

Hi

 

Sure you can have only the right side loaded. Can you please elaborate on your implementation?

 

Are you using frames or ajax to create and maintain the right side? Are you using <apex:outputlink> in the treeview, if so have you tried using target attribute?

 

I can easily give you a sample but would rather like to tweak the one you have already implemented.

 

Looking forward to some details.